summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/testmock/testpatch.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-104745: Limit starting a patcher more than once without stopping it...Miss Islington (bot)2024-11-131-2/+50
* [3.13] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-111-0/+7
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-301-0/+67
* gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)Nikita Sobolev2024-02-111-1/+1
* gh-102978: Fix mock.patch function signatures for class and staticmethod deco...Tomas R2023-04-131-0/+30
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-091-1/+1
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-0/+1953