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
|
5ffa325a82
|
Addition of setUpClass and setUpModule shared fixtures to unittest.
|
2010-03-07 22:04:55 +00:00 |
R. David Murray
|
b5d7400e8a
|
Change error report when the object passed to suite.addTest is not
callable to include the repr of the invalid object.
|
2010-01-28 21:16:33 +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 |
Benjamin Peterson
|
d7b0eebcae
|
split unittest.py into a package
|
2009-07-19 20:18:21 +00:00 |