An error occurred fetching the project authors.
- 16 Nov, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 14 Jul, 2011 1 commit
-
-
Benjamin Peterson authored
-
- 25 Jun, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 27 Apr, 2011 1 commit
-
-
Ezio Melotti authored
-
- 03 Apr, 2011 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 17 Mar, 2011 1 commit
-
-
Michael Foord authored
-
- 14 Mar, 2011 1 commit
-
-
Michael Foord authored
-
- 20 Feb, 2011 1 commit
-
-
Georg Brandl authored
-
- 03 Jan, 2011 2 commits
-
-
Victor Stinner authored
-
Michael Foord authored
Changed unittestgui to show number of discovered tests in the status bar.
-
- 24 Dec, 2010 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 Dec, 2010 1 commit
-
-
Raymond Hettinger authored
-
- 19 Dec, 2010 3 commits
-
-
Michael Foord authored
Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collections.Counter under the hood. This fixes bugs when comparing collections of items like sets that can be sorted without raising an exception but where sorting has no meaning.
-
Michael Foord authored
-
Michael Foord authored
Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run
-
- 01 Dec, 2010 1 commit
-
-
Ezio Melotti authored
-
- 27 Nov, 2010 1 commit
-
-
Raymond Hettinger authored
-
- 22 Nov, 2010 1 commit
-
-
Ezio Melotti authored
#9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_
-
- 20 Nov, 2010 3 commits
-
-
Michael Foord authored
Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling
-
Michael Foord authored
-
Michael Foord authored
Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves).
-
- 06 Sep, 2010 1 commit
-
-
Antoine Pitrou authored
test cases now also have assertWarns and assertWarnsRegexp methods to check that a given warning type was triggered by the code under test.
-
- 10 Jul, 2010 2 commits
-
-
Michael Foord authored
Issue 9174.
-
Michael Foord authored
Issue 9174
-
- 05 Jun, 2010 11 commits
-
-
Michael Foord authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81764 | michael.foord | 2010-06-05 21:59:00 +0100 (Sat, 05 Jun 2010) | 1 line Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors. ........
-
Michael Foord authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81763 | michael.foord | 2010-06-05 21:33:43 +0100 (Sat, 05 Jun 2010) | 1 line Tests for unittest.TestCase.maxDiff. ........
-
Michael Foord authored
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.
-
Michael Foord authored
-
Michael Foord authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81753 | michael.foord | 2010-06-05 14:48:27 +0100 (Sat, 05 Jun 2010) | 1 line Fix unittest tests after previous commit. ........
-
Michael Foord authored
-
Michael Foord authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81739 | michael.foord | 2010-06-05 13:10:52 +0100 (Sat, 05 Jun 2010) | 1 line 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. ........
-
Michael Foord authored
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.
-
Michael Foord authored
-
Michael Foord authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81728 | michael.foord | 2010-06-05 12:23:51 +0100 (Sat, 05 Jun 2010) | 1 line Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual. ........
-
Michael Foord authored
-
- 28 Mar, 2010 1 commit
-
-
Florent Xicluna authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes. ........ r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only). ........ r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available. ........ r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines Syntax cleanup `== None` -> `is None` ........ r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines #8207: Fix test_pep277 on OS X ........ r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest" ........ r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines Ensure that the failed or unexpected tests are sorted before printing. ........
-
- 27 Mar, 2010 1 commit
-
-
Michael Foord authored
-
- 25 Mar, 2010 1 commit
-
-
Michael Foord authored
-