Skip to content
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

Enable custom test-suite commands #4

Open
dobraczka opened this issue Feb 2, 2023 · 1 comment
Open

Enable custom test-suite commands #4

dobraczka opened this issue Feb 2, 2023 · 1 comment

Comments

@dobraczka
Copy link
Owner

dobraczka commented Feb 2, 2023

At the moment the test-suite command is fixed to be nox -r, this should be customizable. Probably like this:

[tool.recite]
run_tests = ["tox", "run", "-e", "mytests"]

in the pyproject.toml.

@dobraczka
Copy link
Owner Author

The default test-suite command should also run slow tests to make sure all tests are run before a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant