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 |