diff --git a/doc/en/goodpractises.txt b/doc/en/goodpractises.txt index 3a5743bda..18f51b1b9 100644 --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -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