COMMITS
/ Lib/unittest/async_case.py April 19, 2025
B
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Bénédikt Tran committed
November 13, 2024
A
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#30196)
Andrew Svetlov committed
June 12, 2024
N
gh-120388: Improve deprecation warning message, when test returns non-None (#120401)
Nikita Sobolev committed
October 31, 2023
T
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTestCase (#110776)
Thomas Grainger committed
October 5, 2022
N
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev committed
August 17, 2022
S
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
Serhiy Storchaka committed
August 16, 2022
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
March 24, 2022
A
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov committed
March 14, 2022
A
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (GH-31837)
Andrew Svetlov committed
December 19, 2021
A
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
September 22, 2021
S
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka committed
August 22, 2021
A
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov committed
August 19, 2021
A
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov committed
August 16, 2021
October 26, 2020
L
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach committed
September 11, 2019
A
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov committed
May 29, 2019
A
bpo-32972: Async test case (GH-13386)
Andrew Svetlov committed