aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unittest/testmock/testpatch.py
Commit message (Expand)AuthorAge
* gh-104745: Limit starting a patcher more than once without stopping it (#126649)Red4Ru2024-11-13
* gh-119600: mock: do not access attributes of original when new_callable is se...Robert Collins2024-06-11
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-30
* gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)Nikita Sobolev2024-02-11
* gh-102978: Fix mock.patch function signatures for class and staticmethod deco...Tomas R2023-04-13
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-08
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-21