0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 12:59:38 +01:00
cpython/Lib/test/test_unittest
Red4Ru 1e40c5ba47
gh-104745: Limit starting a patcher more than once without stopping it (#126649)
Previously, this would cause an `AttributeError` if the patch stopped more than once after this, and would also disrupt the original patched object.

---------

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2024-11-13 08:20:38 +00:00
..
namespace_test_pkg gh-80958: unittest: discovery support for namespace packages as start directory (#123820) 2024-10-23 13:41:33 +09:00
testmock gh-104745: Limit starting a patcher more than once without stopping it (#126649) 2024-11-13 08:20:38 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107) 2024-04-03 14:19:49 +02:00
test_async_case.py gh-120388: Improve deprecation warning message, when test returns non-None (#120401) 2024-06-12 14:50:58 +00:00
test_break.py
test_case.py gh-120544: Add else: fail() to tests where exception is expected (#120545) 2024-06-15 10:33:14 +00:00
test_discovery.py gh-80958: unittest: discovery support for namespace packages as start directory (#123820) 2024-10-23 13:41:33 +09:00
test_functiontestcase.py
test_loader.py
test_program.py GH-44626, GH-105476: Fix ntpath.isabs() handling of part-absolute paths (#113829) 2024-01-13 07:36:05 +00:00
test_result.py gh-125522 : add explicit exception types to bare excepts in tests (#125523) 2024-10-15 17:00:04 +01:00
test_runner.py
test_setups.py
test_skipping.py gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106588)" (GH-114470) 2024-02-04 17:27:42 +02:00
test_suite.py
test_util.py gh-121708: Improve test coverage for unittest.util (GH-121713) 2024-07-14 10:08:47 +02:00