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-29 23:56:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ded421fd56b8b6b4e4d5c70c50737a757752014
cpython
/
Lib
/
unittest
/
test
T
History
Michael Foord
5c322ece96
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
2010-04-25 19:02:46 +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
…
test_discovery.py
Support dotted module names for test discovery paths in unittest. Issue 7780.
2010-04-03 01:15:21 +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
…
test_result.py
unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333.
2010-04-07 23:04:22 +00:00
test_runner.py
…
test_setups.py
…
test_skipping.py
…
test_suite.py
Move a support TestCase out of the main namespace in unittest.test.test_suite
2010-03-26 02:53:56 +00:00