..
testmock
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
2021-10-07 08:42:38 -07:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
Issue #24245 : Eliminated senseless expect clauses that have no any effect.
2015-05-20 16:10:04 +03:00
test_assertions.py
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028)
2021-08-29 15:08:32 +03:00
test_async_case.py
[3.9] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28522)
2021-09-22 18:48:17 +02:00
test_break.py
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
2018-06-20 11:29:33 +02:00
test_case.py
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605)
2021-11-18 17:09:41 +01:00
test_discovery.py
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
2019-08-21 13:43:06 -07:00
test_functiontestcase.py
#22092 : use absolute imports in unittest tests. Patch by Vajrasky Kok.
2014-08-07 03:20:22 +03:00
test_loader.py
bpo-35767: Fix unittest.loader to allow partials as test_functions ( #11600 )
2019-01-23 21:57:25 +01:00
test_program.py
[3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039)
2021-12-11 01:34:46 +01:00
test_result.py
[3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039)
2021-12-11 01:34:46 +01:00
test_runner.py
[3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071)
2021-08-30 19:22:21 +02:00
test_setups.py
Issue #22032 : __qualname__ instead of __name__ is now always used to format
2014-07-22 15:00:37 +03:00
test_skipping.py
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
2021-09-18 06:22:40 -07:00
test_suite.py
#22092 : use absolute imports in unittest tests. Patch by Vajrasky Kok.
2014-08-07 03:20:22 +03:00