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 ``` |
||
|---|---|---|
| .. | ||
| check.yml | ||
| coverity.yml | ||
| create-tag.yml | ||
| generate.yml | ||
| pr_best_practices.yml | ||
| propagate_to_manifestdb.yml | ||
| release.yml | ||
| stale-cleanup.yml | ||
| test.yml | ||
| trigger-gitlab.yml | ||