From 488720da8dbca92e61c16c8d240e7858d5e14fbe Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 10 Sep 2014 09:57:12 +0200 Subject: [PATCH] fix a broken link --- doc/en/goodpractises.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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