Michael Foord
|
b1aa30f94d
|
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
|
2010-03-22 00:06:30 +00:00 |
Michael Foord
|
8cb253f8d6
|
Change order of arguments in a unittest function.
|
2010-03-21 00:55:58 +00:00 |
Michael Foord
|
73dbe04619
|
A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
|
2010-03-21 00:53:39 +00:00 |
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 |