Miss Islington (bot)
|
2ade2fc148
|
[3.12] gh-106300: Improve assertRaises(Exception) usages in tests (GH-106302) (GH-106534)
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
(cherry picked from commit 6e6a4cd523 )
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
2023-07-07 14:25:24 -07:00 |
|
Chris Withers
|
984894a9a2
|
Remove skipped test in test for async mocks. (#100559)
Remove skipped test.
See discussion on https://github.com/python/cpython/pull/25326.
Fix is apparently here, but no-one is confident to review and land: https://github.com/python/cpython/pull/25347.
|
2022-12-28 10:55:50 +00:00 |
|
Shantanu
|
e4b43ebb3a
|
gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)
|
2022-12-24 19:39:39 +00:00 |
|
Carl Meyer
|
c5726b727e
|
gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)
|
2022-12-23 19:41:37 +00:00 |
|
Nikita Sobolev
|
67b4d2772c
|
gh-98086: Now `patch.dict ` can decorate async functions (#98095)
|
2022-11-11 08:04:30 +00:00 |
|
Victor Stinner
|
c735d54534
|
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
* Move Lib/unittest/test/ to Lib/test/test_unittest/
* Remove Lib/test/test_unittest.py
* Replace unittest.test with test.test_unittest
* Remove unittest.load_tests()
* Rewrite unittest __init__.py and __main__.py
* Update build system, CODEOWNERS, and wasm_assets.py
|
2022-06-21 10:27:59 +02:00 |
|