Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Added {posargs} to tox.ini (#1055)
This allows adding options from command line. For example, run only one test in py39 env using an option -k: $ tox -e py39 -- -k test_issue585 For example, run only one test in all envs using an option -k: $ tox -- -k test_issue585 Co-authored-by: Harry Karvonen <[email protected]>
- Loading branch information