fix a broken link

This commit is contained in:
holger krekel 2014-09-10 09:57:12 +02:00
parent 0264121c10
commit 488720da8d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ Conventions for Python test discovery
* 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