index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_unittest
/
testmock
/
testmock.py
Commit message (
Expand
)
Author
Age
*
`unittest.mock` test and coverage fixup (#130787)
Chris Withers
2025-03-03
*
gh-71339: Add additional assertion methods for unittest (GH-128707)
Serhiy Storchaka
2025-01-14
*
gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...
Nikita Sobolev
2024-06-19
*
gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)
infohash
2024-05-02
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
*
gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)
wookie184
2024-01-04
*
gh-111019: Align expected and actual titles in test output (#111020)
James
2023-10-18
*
Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...
Sangyun_LEE
2023-09-03
*
gh-83403: Test `parent` param in `Mock.__init__` (#103630)
Nikita Sobolev
2023-05-30
*
gh-85934: Use getattr_static when adding mock spec (#22209)
melanie witt
2023-05-23
*
fix up mock tests coverage (#100874)
Chris Withers
2023-01-09
*
gh-100690: Raise an AttributeError when the assert_ prefix is forgotten when ...
Christian Klein
2023-01-06
*
gh-100739: Respect mock spec when checking for unsafe prefixes (#100740)
Christian Klein
2023-01-04
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21