Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cd87bba4df6c804761e407d25e60e2ca72f18150
/
Lib
/
unittest
/
test
94f071c
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
by Michael Foord
· 15 years ago
33958b8
Fix issue with nested test suites debug method and module setups. (unittest)
by Michael Foord
· 15 years ago
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
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
c1d7c5b
Tests for unittest.TestCase.maxDiff.
by Michael Foord
· 15 years ago
f2c25c5
Fix unittest tests after previous commit.
by Michael Foord
· 15 years ago
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
0100702
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
by Michael Foord
· 15 years ago
53a92eb
Adding a test for unittest.BaseTestSuite.
by Michael Foord
· 15 years ago
9c164af
unittest: issue 8301. Adding functions to test suites no longer crashes.
by Michael Foord
· 15 years ago
22097e4
Issue 7780. Adding a test for unittest test discovery from a dotted path.
by Michael Foord
· 15 years ago
e6f5e22
Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery.
by Michael Foord
· 15 years ago
1a0ce68
revert r80932; it breaks windows
by Benjamin Peterson
· 15 years ago
ae4dde0
Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery.
by Michael Foord
· 15 years ago
4fedbce
Adding tests for unittest command line handling of buffer, catchbreak and failfast.
by Michael Foord
· 15 years ago
215d394
Adding a test for unittest test discovery with dotted path name.
by Michael Foord
· 15 years ago
f9ffcce
Fix unittest tests to not abuse traceback.format_exception
by Michael Foord
· 15 years ago
5c322ec
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
by Michael Foord
· 15 years ago
fb4812f
Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.
by R. David Murray
· 15 years ago
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
9323266
Another attempt at a fix for unittest.test.test_result for windows line endings
by Michael Foord
· 15 years ago
9b4ee12
Cross platform unittest.TestResult newline handling when buffering stdout / stderr.
by Michael Foord
· 15 years ago
931190b
Support dotted module names for test discovery paths in unittest. Issue 7780.
by Michael Foord
· 15 years ago
e5aa886
Implement #1220212. Add os.kill support for Windows.
by Brian Curtin
· 15 years ago
a04c7a0
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
by Michael Foord
· 15 years ago
25d7976
unittest tests no longer replace the sys.stdout put in place by regrtest
by Michael Foord
· 15 years ago
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
5637f04
Addition of -b command line option to unittest for buffering stdout and stderr during test runs.
by Michael Foord
· 15 years ago
e6410c5
Backport of weakref.WeakSet and tests from Python 3.
by Michael Foord
· 15 years ago
a7e08fe
Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals
by Michael Foord
· 15 years ago
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
ff88939
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
by Michael Foord
· 15 years ago
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
ee62788
Move a support TestCase out of the main namespace in unittest.test.test_suite
by Michael Foord
· 15 years ago
95ac82b
Remove incorrect docstring in unittest.test
by Michael Foord
· 15 years ago
35b3792
Turn unittest tests into a package
by Michael Foord
· 15 years ago