This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blokeley
Recipients blokeley, docs@python, eric.araujo, ezio.melotti, michael.foord
Date 2011-03-06.18:51:06
SpamBayes Score 0.00029620246
Marked as misclassified No
Message-id <1299437467.55.0.438944352639.issue11298@psf.upfronthosting.co.za>
In-reply-to
Content
Is this wording correct?

"""
In order to be compatible with test discovery, all of the test modules must be importable from the top level directory of the project (in other words, they must be part of the project :ref:`package <tut-packages>` or directly importable :ref:`modules <tut-modules>`, and their names must be valid :ref:`identifiers <identifiers>`).
"""

If this wording is acceptable, I can provide patches.
History
Date User Action Args
2011-03-06 18:51:07blokeleysetrecipients: + blokeley, ezio.melotti, eric.araujo, michael.foord, docs@python
2011-03-06 18:51:07blokeleysetmessageid: <1299437467.55.0.438944352639.issue11298@psf.upfronthosting.co.za>
2011-03-06 18:51:07blokeleylinkissue11298 messages
2011-03-06 18:51:06blokeleycreate