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
/
async_case.py
Commit message (
Expand
)
Author
Age
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
11 days
*
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#3...
Andrew Svetlov
2024-11-13
*
gh-120388: Improve deprecation warning message, when test returns non-None (#...
Nikita Sobolev
2024-06-12
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-04
*
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
Serhiy Storchaka
2022-08-17
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
*
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka
2021-09-22
*
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov
2021-08-22
*
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov
2021-08-19
*
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
Bar Harel
2021-08-16
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
*
bpo-32972: Async test case (GH-13386)
Andrew Svetlov
2019-05-29