![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.
Running Python tests is a complicated task, as it seems that there is not
standard way of doing it.
test-runner
implements some heuristics that try to run tests with or without
coverage measuring, independent of the used testing framework.
Before you begin, ensure you have met the following requirements:
benchexec
for resource
handling, which currently only runs on recent versions of Linux.poetry
packaging and dependency management system.Test Runner can be easily installed from PyPI using the
pip
utility:
pip install test-runner
To contribute to Test Runner, 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!
test-runner
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.
test-runner
is distributed in the hope that it will be useful
but WITHOUT ANY WARRANT; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the
GNU Lesser General Public License
along with test-runner
. If not, see
https://www.gnu.org/licenses/.
FAQs
A small test runner library for Python testing
We found that test-runner 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.