We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the test-suite command is fixed to be nox -r, this should be customizable. Probably like this:
nox -r
[tool.recite] run_tests = ["tox", "run", "-e", "mytests"]
in the pyproject.toml.
pyproject.toml
The text was updated successfully, but these errors were encountered:
The default test-suite command should also run slow tests to make sure all tests are run before a release.
slow
Sorry, something went wrong.
No branches or pull requests
At the moment the test-suite command is fixed to be
nox -r
, this should be customizable. Probably like this:in the
pyproject.toml
.The text was updated successfully, but these errors were encountered: