-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add run-tests.py #61
Comments
Hi Nicola, here's a solution to the testing suite without the nox environment:
For parallelised runs, pytest-xdist is available (and recommended): pip instal pytest-xdist
pytest -n auto --unit This will spawn an automated number of workers and run the testing suite. |
Hi Brady, this is a good solution! I've linked the branch so we can close this issue when it's merged, thanks! |
Feature description
A request to add the
run-tests.py
script for developers who are not using nox to run the tests.Motivation
No response
Possible implementation
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: