1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/b1c00e260afe/ Changeset: b1c00e260afe User: hpk42 Date: 2014-01-22 10:24:22 Summary: fix issue425: mention at end of "py.test -h" that --markers and --fixtures work according to specified test path (or current dir) Affected #: 2 files
diff -r 7e50e96912a21240cc8dcd65a3c1fcf2e0b9cd6c -r b1c00e260afe4a51cc6a94109e1a2a75d304e4b1 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,9 @@ - fixed docs and code to use "pytest" instead of "py.test" everywhere. Thanks Jurko Gospodnetic for the complete PR. +- fix issue425: mention at end of "py.test -h" that --markers + and --fixtures work according to specified test path (or current dir) + 2.5.1 ----------------------------------- diff -r 7e50e96912a21240cc8dcd65a3c1fcf2e0b9cd6c -r b1c00e260afe4a51cc6a94109e1a2a75d304e4b1 _pytest/helpconfig.py --- a/_pytest/helpconfig.py +++ b/_pytest/helpconfig.py @@ -84,6 +84,8 @@ #tw.sep("=") tw.line("to see available markers type: py.test --markers") tw.line("to see available fixtures type: py.test --fixtures") + tw.line("(shown according to specified file_or_dir or current dir " + "if not specified)") return tw.line("conftest.py options:") 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