mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Pass posargs to py.test when running integration tests
Running "tox -e integration" takes a while. It would be helpful to run tests from just one file. With this change, we can do that, like so: $ tox -e integration -- integration/test_web.py Or even just one test, like so: $ tox -e integration -- integration/test_web.py::test_index With this investigating failing integration tests will be a little easier, hopefully. Fixes: ticket:3285
This commit is contained in:
parent
4d3474a00c
commit
bcfd3a5eb8