[issue6956] Test creation in unittest.TestProgram should be done in one place

2009-09-27 Thread Michael Foord
Michael Foord added the comment: Committed in revision 75095. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6956] Test creation in unittest.TestProgram should be done in one place

2009-09-21 Thread Michael Foord
New submission from Michael Foord : Requested by Fernando Perez on the Testing in Python mailing list. Test creation in TestProgram is done in both parseArgs and createTests. It would be better if it was only done in createTests so that controlling test creation only required the overloading of