Robert Collins
|
ed599b7c84
|
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Patch from Berker Peksag.
|
2015-08-28 10:34:51 +12:00 |
Ezio Melotti
|
1241c47aa2
|
#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.
|
2014-08-07 03:20:22 +03:00 |
Gregory P. Smith
|
5a6d4bf671
|
Fixes Issue #20165: The unittest module no longer considers tests marked with
@expectedFailure successful if they pass.
|
2014-01-20 01:11:18 -08:00 |
Antoine Pitrou
|
1d7c8c9a00
|
Issue #19013: add unittest.main() epilogs to unittest's own test modules
|
2013-09-13 23:52:46 +02:00 |
Antoine Pitrou
|
c9b3ef2df0
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances.
|
2013-03-20 20:16:47 +01:00 |
Antoine Pitrou
|
b05ac864f0
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
|
2012-04-25 14:56:46 +02:00 |
Michael Foord
|
2560e5cf53
|
Breaking test_unittest.py into a package. Manual merge of revision 79432.
|
2010-03-27 12:34:21 +00:00 |