aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unittest/testmock/testmock.py
Commit message (Expand)AuthorAge
* `unittest.mock` test and coverage fixup (#130787)Chris Withers2025-03-03
* gh-71339: Add additional assertion methods for unittest (GH-128707)Serhiy Storchaka2025-01-14
* gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...Nikita Sobolev2024-06-19
* gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)infohash2024-05-02
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-08
* gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)wookie1842024-01-04
* gh-111019: Align expected and actual titles in test output (#111020)James2023-10-18
* Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...Sangyun_LEE2023-09-03
* gh-83403: Test `parent` param in `Mock.__init__` (#103630)Nikita Sobolev2023-05-30
* gh-85934: Use getattr_static when adding mock spec (#22209)melanie witt2023-05-23
* fix up mock tests coverage (#100874)Chris Withers2023-01-09
* gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...Christian Klein2023-01-06
* gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)Christian Klein2023-01-04
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-21