Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |