[issue11298] unittest discovery needs better explanation

Éric Araujo report at bugs.python.org
Mon Mar 7 19:11:40 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

I find there are some redundancy and perfectible phrasing.  Here’s my rewrite:

In order to be compatible with test discovery, all of the test files must be :ref:`modules <tut-modules>` or :ref:`packages <tut-packages>` importable from the top-level directory of the project (this means that their filenames must be valid :ref:`identifiers <identifiers>`).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11298>
_______________________________________


More information about the Python-bugs-list mailing list