summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/testmock
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...Miss Islington (bot)2024-09-191-0/+39
* [3.12] gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_...Miss Islington (bot)2024-06-191-0/+5
* [3.12] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock._...Miss Islington (bot)2024-06-111-0/+8
* [3.12] gh-119600: mock: do not access attributes of original when new_callabl...Miss Islington (bot)2024-06-112-0/+18
* [3.12] gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (...Miss Islington (bot)2024-05-021-0/+13
* [3.12] gh-117860: Add tests for resolving names when import rebind names (GH-...Miss Islington (bot)2024-04-301-0/+67
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+66
* [3.12] gh-115274: Fix direct invocation of `testmock/testpatch.py` (GH-115275...Miss Islington (bot)2024-02-111-1/+1
* [3.12] gh-111019: Align expected and actual titles in test output (GH-111020)...Miss Islington (bot)2023-10-181-7/+7
* [3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...Miss Islington (bot)2023-07-071-2/+3
* gh-102978: Fix mock.patch function signatures for class and staticmethod deco...Tomas R2023-04-132-0/+48
* gh-103329: Add regression test for PropertyMock with side effect (#103358)Russell Keith-Magee2023-04-081-1/+22
* fix up mock tests coverage (#100874)Chris Withers2023-01-091-8/+4
* gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...Christian Klein2023-01-061-0/+24
* gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)Christian Klein2023-01-041-0/+16
* Fix mock code coverage. (#100580)Chris Withers2022-12-281-6/+3
* Remove skipped test in test for async mocks. (#100559)Chris Withers2022-12-281-4/+0
* gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)Shantanu2022-12-241-1/+13
* gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)Carl Meyer2022-12-231-0/+13
* gh-98086: Now ``patch.dict`` can decorate async functions (#98095)Nikita Sobolev2022-11-111-0/+17
* gh-91803: Mock - fix error when using autospec methods with seal (#92213)andrei kulakov2022-11-071-1/+4
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-091-1/+1
* gh-93839: Use load_package_tests() for testmock (GH-94055)Christian Heimes2022-06-211-14/+3
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-2112-0/+7738