1. 94f071c Fix error message for comparing single line strings in unittest.TestCase.assertEqual. by Michael Foord · 15 years ago
  2. 33958b8 Fix issue with nested test suites debug method and module setups. (unittest) by Michael Foord · 15 years ago
  3. 0fedb28 Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). by Michael Foord · 15 years ago
  4. db919f0 Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. by Michael Foord · 15 years ago
  5. c1d7c5b Tests for unittest.TestCase.maxDiff. by Michael Foord · 15 years ago
  6. f2c25c5 Fix unittest tests after previous commit. by Michael Foord · 15 years ago
  7. e37d75f Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCase assert methods that use difflib to produce failure messages now truncate overly long messages. New class attribute unittest.TestCase.maxDiff to configure this if necessary. Issue 8351. by Michael Foord · 15 years ago
  8. 0100702 Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. by Michael Foord · 15 years ago
  9. 53a92eb Adding a test for unittest.BaseTestSuite. by Michael Foord · 15 years ago
  10. 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 15 years ago
  11. 22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. by Michael Foord · 15 years ago
  12. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  13. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
  14. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  15. 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 15 years ago
  16. 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 15 years ago
  17. f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 15 years ago
  18. 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
  19. fb4812f Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. by R. David Murray · 15 years ago
  20. f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 15 years ago
  21. 9323266 Another attempt at a fix for unittest.test.test_result for windows line endings by Michael Foord · 15 years ago
  22. 9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. by Michael Foord · 15 years ago
  23. 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
  24. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  25. a04c7a0 Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches by Michael Foord · 15 years ago
  26. 25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest by Michael Foord · 15 years ago
  27. 58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option by Michael Foord · 15 years ago
  28. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  29. e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
  30. a7e08fe Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals by Michael Foord · 15 years ago
  31. b35ecf4 Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). by Michael Foord · 15 years ago
  32. ff88939 A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) by Michael Foord · 15 years ago
  33. fa2f1cd Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly by Michael Foord · 15 years ago
  34. ee62788 Move a support TestCase out of the main namespace in unittest.test.test_suite by Michael Foord · 15 years ago
  35. 95ac82b Remove incorrect docstring in unittest.test by Michael Foord · 15 years ago
  36. 35b3792 Turn unittest tests into a package by Michael Foord · 15 years ago