![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
PyTesting Utils is a collection of utilities for the PyTesting project.
Before you begin, ensure you have met the following requirements:
poetry
packaging and dependency management system.PyTesting Utils can be easily installed from PyPI using the
pip
utility:
pip install pytesting-utils
To contribute to PyTesting Utils, follow these steps:
poetry
: poetry install
.git checkout -b <branch_name>
.git commit -m '<commit_message>'
.git push origin <project_name>/<location>
.Please note that we require you to meet the following criteria:
flake8
and pylint
mypy
black
code styleTo ease the execution of the tools, we provide a Makefile
with various targets.
The easiest way to execute all checks is to run make check
on a poetry shell
.
Push your commits only if they pass all checks!
These tools are also executed in continuous integration on TravisCI and will also
check you pull request.
Failing a check will block your pull request from being merged!
See the Contributors page for a list of contributors. Thanks to all contributors!
pytesting_utils
is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
pytesting_utils
is distributed in the hope that it will be useful but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS OF A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
Your should have received a copy of the
GNU Lesser General Public License
along with pytesting_utils
. If not, see
https://www.gnu.org/licenses/.
FAQs
Utilities for the PyTesting project
We found that pytesting-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.