[Pytest-commit] commit/pytest: hpk42: fix a broken link
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Sep 10 09:57:22 CEST 2014
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.
More information about the pytest-commit
mailing list