index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
async_case.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...
Thomas Grainger
2023-10-31
1
-2/+5
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-05
1
-1/+1
*
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
Serhiy Storchaka
2022-08-17
1
-4/+4
*
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling set...
Kumar Aditya
2022-08-16
1
-0/+4
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-0/+20
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-51/+19
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-38/+17
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
1
-1/+0
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)
Serhiy Storchaka
2021-09-22
1
-5/+14
*
bpo-41322: Add unit tests for deprecation of test return values (GH-27846)
andrei kulakov
2021-08-22
1
-1/+1
*
bpo-41322: added deprecation warning for tests returning value!=None (GH-27748)
andrei kulakov
2021-08-19
1
-1/+4
*
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
Bar Harel
2021-08-16
1
-1/+1
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
1
-2/+2
*
bpo-36373: Fix deprecation warnings (GH-15889)
Andrew Svetlov
2019-09-11
1
-4/+6
*
bpo-32972: Async test case (GH-13386)
Andrew Svetlov
2019-05-29
1
-0/+158