This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-20 19:33:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8928e32cb0090bb3694de92e0dd417e738a9b9ec
cpython
/
Lib
/
unittest
/
test
T
History
Michael Foord
94f071c715
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
...
Issue 9174
2010-07-10 13:51:42 +00:00
..
__init__.py
Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous).
2010-03-27 13:42:34 +00:00
dummy.py
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
2010-03-27 12:55:19 +00:00
support.py
…
test_assertions.py
Issue
#8038
: Addition of unittest.TestCase.assertNotRegexpMatches
2010-04-02 22:55:59 +00:00
test_break.py
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
2010-04-25 19:02:46 +00:00
test_case.py
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
2010-07-10 13:51:42 +00:00
test_discovery.py
Issue 7780. Adding a test for unittest test discovery from a dotted path.
2010-05-08 13:20:07 +00:00
test_functiontestcase.py
…
test_loader.py
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
2010-03-27 12:55:19 +00:00
test_program.py
Adding tests for unittest command line handling of buffer, catchbreak and failfast.
2010-05-07 15:52:05 +00:00
test_result.py
Fix unittest tests to not abuse traceback.format_exception
2010-05-02 20:39:42 +00:00
test_runner.py
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
2010-06-08 22:44:52 +00:00
test_setups.py
Fix issue with nested test suites debug method and module setups. (unittest)
2010-06-10 20:40:21 +00:00
test_skipping.py
…
test_suite.py
Adding a test for unittest.BaseTestSuite.
2010-05-09 09:58:25 +00:00