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 xdegaye
Recipients r.david.murray, xdegaye
Date 2010-07-13.19:15:09
SpamBayes Score 0.046518136
Marked as misclassified No
Message-id <1279048511.52.0.735149999339.issue9250@psf.upfronthosting.co.za>
In-reply-to
Content
http://pyclewn.sourceforge.net uses the regrtest module to run its
testsuite.

The test package is documented in the Standard Library documentation,
quote:
"The test package contains all regression tests for Python as well
as the modules test.test_support and test.regrtest. test.test_support
is used to enhance your tests while test.regrtest drives the testing
                   ^^^
suite."

It is not clear why regrtest "isn't designed to be imported, really.
Or at least, not any more." when test/autotest.py in the python
source code does import regrtest.
History
Date User Action Args
2010-07-13 19:15:11xdegayesetrecipients: + xdegaye, r.david.murray
2010-07-13 19:15:11xdegayesetmessageid: <1279048511.52.0.735149999339.issue9250@psf.upfronthosting.co.za>
2010-07-13 19:15:10xdegayelinkissue9250 messages
2010-07-13 19:15:09xdegayecreate