summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unittest/testmock/testasync.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...Miss Islington (bot)2023-07-071-2/+3
* Remove skipped test in test for async mocks. (#100559)Chris Withers2022-12-281-4/+0
* gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)Shantanu2022-12-241-1/+13
* gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)Carl Meyer2022-12-231-0/+13
* gh-98086: Now ``patch.dict`` can decorate async functions (#98095)Nikita Sobolev2022-11-111-0/+17
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-0/+1061