1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/95655acb1f90/ Changeset: 95655acb1f90 User: hpk42 Date: 2014-05-19 20:32:09 Summary: improve example for pytest integration with "python setup.py test" which now has a generic "-a" or "--pytest-args" option where you can pass additional options as a quoted string. Thanks Trevor Bekolay. Affected #: 2 files
diff -r 7b67cc5603a6d67b8867874595a82e9a8137233e -r 95655acb1f906fbe0a737c2676094aad77bbab1d AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -42,3 +42,4 @@ Christopher Gilling Daniel Grana Andy Freeland +Trevor Bekolay diff -r 7b67cc5603a6d67b8867874595a82e9a8137233e -r 95655acb1f906fbe0a737c2676094aad77bbab1d CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,10 @@ - fix issue483: trial/py33 works now properly. Thanks Daniel Grana for PR. +- improve example for pytest integration with "python setup.py test" + which now has a generic "-a" or "--pytest-args" option where you + can pass additional options as a quoted string. Thanks Trevor Bekolay. + - simplified internal capturing mechanism and made it more robust against tests or setups changing FD1/FD2, also better integrated now with pytest.pdb() in single tests. Repository URL: https://bitbucket.org/hpk42/pytest/ -- 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 https://mail.python.org/mailman/listinfo/pytest-commit