summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/testmock/testmock.py
Commit message (Expand)AuthorAgeFilesLines
* gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)infohash2024-05-021-0/+13
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+67
* gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)wookie1842024-01-041-14/+22
* gh-111019: Align expected and actual titles in test output (#111020)James2023-10-181-7/+7
* Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...Sangyun_LEE2023-09-031-1/+1
* gh-83403: Test `parent` param in `Mock.__init__` (#103630)Nikita Sobolev2023-05-301-0/+8
* gh-85934: Use getattr_static when adding mock spec (#22209)melanie witt2023-05-231-0/+31
* 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
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-0/+2262