index
:
cpython
3.10
3.11
3.12
3.13
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
/
unittest
/
test
/
testmock
/
testwith.py
Commit message (
Expand
)
Author
Age
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
*
bpo-37008: make mock_open handle able to honor next() (GH-13492)
Damien Nadé
2019-05-23
*
bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...
Rémi Lapeyre
2019-05-07
*
Mock 100% coverage (GH-13045)
Chris Withers
2019-05-01
*
Add test for double patching instance methods (#11085)
Anthony Sottile
2018-12-12
*
bpo-32933: Implement __iter__ method on mock_open() (GH-5974)
Tony Flury
2018-09-13
*
Issue #23004: mock_open() now reads binary data correctly when the type of re...
Berker Peksag
2015-08-06
*
Issue #21750: Further fixup to be styled like other mock APIs.
Robert Collins
2015-07-24
*
Issue #21750: mock_open.read_data can now be read from each instance, as it
Robert Collins
2015-07-17
*
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...
Michael Foord
2013-03-19
*
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14