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 r.david.murray
Recipients aliles, asvetlov, brett.cannon, chris.jerdonek, docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, pitrou, r.david.murray, sbt, terry.reedy, v+python
Date 2012-09-17.14:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347893210.76.0.601293219067.issue15629@psf.upfronthosting.co.za>
In-reply-to
Content
We should improve the unittest help, then :)  I will also note that the couple of times I tried it I couldn't figure out how to use the regrtest test selection :)

What we probably need for regrtest is a way to pass through a "selection string" from the regrtest command line to the unittest test discovery, and then run the selected tests under regrtest control.  The same could apply to Sphinx doctests and module doctests.  This may require adding APIs to those packages (unittest may already have the necessary API).  

I think the Sphinx case is the one that will take the most work to accomplish, but I also think it is worth the effort to do that rather than adding CPython-specific stuff to regrtest.
History
Date User Action Args
2012-09-17 14:46:50r.david.murraysetrecipients: + r.david.murray, brett.cannon, georg.brandl, terry.reedy, pitrou, ezio.melotti, eric.araujo, v+python, eli.bendersky, asvetlov, chris.jerdonek, docs@python, sbt, aliles
2012-09-17 14:46:50r.david.murraysetmessageid: <1347893210.76.0.601293219067.issue15629@psf.upfronthosting.co.za>
2012-09-17 14:46:34r.david.murraylinkissue15629 messages
2012-09-17 14:46:34r.david.murraycreate