1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/e4fd16d2b535/ Changeset: e4fd16d2b535 User: hpk42 Date: 2013-08-14 08:00:03 Summary: fix issue113: let all quickstart test work in fresh temp dir. Thanks Anthon van der Neut for reporting the underlying ordering bug. Affected #: 1 file
diff -r 9034cf3f79b762e41511e2a536d22207b7357981 -r e4fd16d2b53588a3b65c19dd194797f89bba7f68 tests/test_quickstart.py --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -2,11 +2,11 @@ import tox._quickstart +@pytest.fixture(autouse=True) +def cleandir(tmpdir): + tmpdir.chdir() class TestToxQuickstartMain(object): - @pytest.fixture(autouse=True) - def cleandir(self, tmpdir): - tmpdir.chdir() def mock_term_input_return_values(self, return_values): for return_val in return_values: Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit