[Pytest-commit] Issue #113: running 'tox -- -k test_setup_py' on tox should not overwrite tox' own tox.ini (hpk42/tox)

Anthon van der Neut issues-reply at bitbucket.org
Wed Aug 14 07:05:39 CEST 2013


New issue 113: running 'tox -- -k test_setup_py' on tox should not overwrite tox' own tox.ini
https://bitbucket.org/hpk42/tox/issue/113/running-tox-k-test_setup_py-on-tox-should

Anthon van der Neut:

While adding some tests in test_z_cmdline, all with the substring 'test_setup_py' I selected only these for execution and quicker testing with 'tox -- -k test_setup_py'.
Everything was fine until I ran tox again and after some digging noticed that tox' own tox.ini was overwritten by tox itself.

'hg revert tox.ini' and 'chmod 400 tox.ini' showed in a rerun that test_quickstart.py: test_setup_py_test() was the cause of the problem.




More information about the pytest-commit mailing list