1. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  2. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  3. e28bb15 Issue 17457: extend test discovery to support namespace packages by Michael Foord · 11 years ago
  4. 6c6b3f7 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  5. d5d0bc3 Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). by Antoine Pitrou · 11 years ago
  6. de2800f Issue #17974: Switch unittest from using getopt to using argparse. by Serhiy Storchaka · 11 years ago
  7. 80cbc9e Closes issue 16709. unittest test discovery sorts test files for consistent test ordering by Michael Foord · 11 years ago
  8. eae2b38 #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  9. f78f5b1 Correction to issue 17052 fix by Michael Foord · 12 years ago
  10. 8fd396b Issue 17502: unittest discovery should use self.testLoader by Michael Foord · 12 years ago
  11. f100dbd Fix minor issue in implementation of issue 10470. by Michael Foord · 14 years ago
  12. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  13. b87ef8f Improve test for 'python -m unittest' launching test discovery by Michael Foord · 14 years ago
  14. 086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) by Michael Foord · 14 years ago
  15. 161b024 Merged revisions 80974 via svnmerge from by Michael Foord · 14 years ago
  16. 3b2494f Merged revisions 80946 via svnmerge from by Michael Foord · 14 years ago
  17. 135d87c Merged revisions 80939 via svnmerge from by Benjamin Peterson · 14 years ago
  18. 01984e9 Merged revisions 80932 via svnmerge from by Michael Foord · 14 years ago
  19. b48af54 Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 65b69a1 Merged revisions 79437 via svnmerge from by Michael Foord · 14 years ago
  21. 2560e5c Breaking test_unittest.py into a package. Manual merge of revision 79432. by Michael Foord · 14 years ago