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 rbcollins
Recipients rbcollins
Date 2014-11-13.10:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415874591.06.0.535535954312.issue22860@psf.upfronthosting.co.za>
In-reply-to
Content
Some users of TestProgram would like to add options (e.g. testtools.run adds --list and --load-list) but there isn't a clean point to add them without bulk copying the implementation around.

We likely need some extra extension points as well - one reasonable test would be to make sure that testtools.run's TestProgram can be made much smaller by whatever patch fixes this bug.
History
Date User Action Args
2014-11-13 10:29:51rbcollinssetrecipients: + rbcollins
2014-11-13 10:29:51rbcollinssetmessageid: <1415874591.06.0.535535954312.issue22860@psf.upfronthosting.co.za>
2014-11-13 10:29:51rbcollinslinkissue22860 messages
2014-11-13 10:29:50rbcollinscreate