This website requires JavaScript.
Explore
Help
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-09 18:50:37 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d3072e98d9be9cfcdccefd60dbaca2c19e8d889
cpython
/
Lib
/
unittest
/
test
T
History
Benjamin Peterson
b6ffa7980f
test that TestCase doesn't get cycles
2011-07-14 12:48:25 -05:00
..
__init__.py
…
_test_warnings.py
…
dummy.py
…
support.py
…
test_assertions.py
Issue
#10775
: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert.
2011-05-06 15:01:41 +03:00
test_break.py
…
test_case.py
test that TestCase doesn't get cycles
2011-07-14 12:48:25 -05:00
test_discovery.py
…
test_functiontestcase.py
…
test_loader.py
…
test_program.py
…
test_result.py
…
test_runner.py
…
test_setups.py
…
test_skipping.py
…
test_suite.py
…