summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_skipping.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-271-0/+33
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-1/+1
* Fixes Issue #20165: The unittest module no longer considers tests marked withGregory P. Smith2014-01-201-2/+2
* Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+4
* Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-0/+74
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-251-0/+15
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+134