fix a broken link
This commit is contained in:
parent
0264121c10
commit
488720da8d
|
@ -276,7 +276,7 @@ Conventions for Python test discovery
|
||||||
* collection starts from the initial command line arguments
|
* collection starts from the initial command line arguments
|
||||||
which may be directories, filenames or test ids.
|
which may be directories, filenames or test ids.
|
||||||
* recurse into directories, unless they match :confval:`norecursedirs`
|
* 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 classes (without an ``__init__`` method)
|
||||||
* ``test_`` prefixed test functions or methods are test items
|
* ``test_`` prefixed test functions or methods are test items
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue