Michael Foord
|
0ce167277a
|
expected failure should not trigger failfast behavior in unittest.
|
2010-03-22 01:56:54 +00:00 |
Michael Foord
|
1b9e95339d
|
-f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
|
2010-03-22 01:01:34 +00:00 |
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 |
Michael Foord
|
d99ef9a9df
|
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
|
2010-02-23 17:00:53 +00:00 |
Michael Foord
|
ae3db0a12b
|
Support for old TestResult object (unittest) with warnings when using unsupported features.
|
2010-02-22 23:28:32 +00:00 |
Michael Foord
|
db43b5a1f5
|
Issue 7893 and Issue 7588
|
2010-02-10 14:25:12 +00:00 |
Benjamin Peterson
|
d7b0eebcae
|
split unittest.py into a package
|
2009-07-19 20:18:21 +00:00 |