cpython/Lib/unittest/test
Victor Stinner 031bd532c4 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break
reference cycles between frames and the _Outcome instance.
2013-12-09 01:52:50 +01:00
..
testmock Merge 2013-11-23 13:30:03 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break 2013-12-09 01:52:50 +01:00
test_discovery.py Issue 17457: extend test discovery to support namespace packages 2013-11-23 13:29:23 +00:00
test_functiontestcase.py
test_loader.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
test_program.py
test_result.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
test_runner.py
test_setups.py
test_skipping.py
test_suite.py