Michael Foord
|
0877060f86
|
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
|
2010-02-06 00:22:26 +00:00 |
Michael Foord
|
e91ea56b30
|
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
|
2009-09-13 19:07:03 +00:00 |
Michael Foord
|
5a9719d627
|
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
|
2009-09-13 17:28:35 +00:00 |
Benjamin Peterson
|
d7b0eebcae
|
split unittest.py into a package
|
2009-07-19 20:18:21 +00:00 |