Using an environ for passing the tests is a bit of a headache when it comes to quoting which is important when trying to write something like: `-k "not test_stages.py"`. I (personally) also find it slightly nicer/more intuitive to be able to do: ``` $ tox -e py36 -- ./test/mod ``` compared to ``` $ TEST_CATEGORY="./test/mod" tox -e py36 ``` |
||
|---|---|---|
| .. | ||
| workflows | ||
| mergify.yml | ||