[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3285: Run tests integration tests from one file

Tahoe-LAFS trac at tahoe-lafs.org
Fri Mar 6 19:49:39 UTC 2020


#3285: Run tests integration tests from one file
---------------------+---------------------------
 Reporter:  sajith   |          Owner:
     Type:  defect   |         Status:  new
 Priority:  normal   |      Milestone:  undecided
Component:  unknown  |        Version:  n/a
 Keywords:           |  Launchpad Bug:
---------------------+---------------------------
 It would be useful to be able to run integration tests using tox like:

 {{{
 $ tox -e integration -- integration/test_web.py
 }}}

 such that tox will run just the tests in `integration/test_web.py`.  This
 will be a one-line change in `tox.ini`, from:

 {{{
 py.test --coverage -v integration/
 }}}

 to

 {{{
 py.test --coverage -v {posargs:integration/}
 }}}

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3285>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list