cpython/Lib/test/test_unittest/testmock
James 77dbd95609
gh-111019: Align expected and actual titles in test output (#111020)
Align expected and actual titles in output from
assert_has_calls/assert_called_with for greater readability
2023-10-18 08:36:16 +01:00
..
__init__.py
__main__.py
support.py
testasync.py gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302) 2023-07-07 13:42:40 -07:00
testcallable.py
testhelpers.py
testmagicmethods.py
testmock.py gh-111019: Align expected and actual titles in test output (#111020) 2023-10-18 08:36:16 +01:00
testpatch.py
testsealable.py
testsentinel.py
testthreadingmock.py gh-109653: Remove unused imports in the `Lib/` directory (#109803) 2023-09-24 15:07:23 +01:00
testwith.py bpo-44185: Added close() to mock_open __exit__ (#26902) 2023-06-11 19:51:21 +01:00