1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/ac71ee79ffa7/ Changeset: ac71ee79ffa7 User: hpk42 Date: 2014-09-10 09:57:12 Summary: fix a broken link Affected #: 1 file
diff -r 013e1338201118fb7399f6a3c29d8f754502ba92 -r ac71ee79ffa764c925f2d72ea13b9d2e68eb83de doc/en/goodpractises.txt --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -276,7 +276,7 @@ * collection starts from the initial command line arguments which may be directories, filenames or test ids. * recurse into directories, unless they match :confval:`norecursedirs` -* ``test_*.py`` or ``*_test.py`` files, imported by their `package name`_. +* ``test_*.py`` or ``*_test.py`` files, imported by their `test package name`_. * ``Test`` prefixed test classes (without an ``__init__`` method) * ``test_`` prefixed test functions or methods are test items 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