[issue6866] TestLoader.loadTestsFromName does not use suiteClass attribute to create TestSuite instances

2009-09-13 Thread Michael Foord
Michael Foord added the comment: Committed revision 74783. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue6866] TestLoader.loadTestsFromName does not use suiteClass attribute to create TestSuite instances

2009-09-08 Thread Mark Roddy
Mark Roddy added the comment: The issue appears to be in the other versions mentioned from manual inspection. Also adding another patch as unittest in the trunk has been broken apart into a package with several modules so the original patch will not work there. -- Added file: http:/

[issue6866] TestLoader.loadTestsFromName does not use suiteClass attribute to create TestSuite instances

2009-09-08 Thread R. David Murray
R. David Murray added the comment: I haven't run the tests, but a quick glance at the code makes me think this is still probably an issue in 2.7/3.1. -- assignee: -> michael.foord nosy: +michael.foord, r.david.murray priority: -> normal stage: -> patch review versions: +Python 2.7, P

[issue6866] TestLoader.loadTestsFromName does not use suiteClass attribute to create TestSuite instances

2009-09-08 Thread Mark Roddy
New submission from Mark Roddy : The TestLoader class in unittest.py has an attribute 'suiteClass' that is used to create instances of TestSuite object(s) in the process of loading tests. If it is desired to subclass the TestSuite class then consumers may set this attribute on a TestLoader ob