cpython/Lib/unittest
Miss Islington (bot) cb3c85d40d
[3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its executor (GH-91680)
For things like test_asyncio.test_thread this was causing frequent
"environment modified by test" errors as the executor threads had not
always stopped running after the test was over.
(cherry picked from commit 61570ae0bc)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2022-04-19 09:40:52 -07:00
..
test [3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) (#91471) 2022-04-11 23:14:43 -05:00
__init__.py
__main__.py
_log.py
async_case.py [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its executor (GH-91680) 2022-04-19 09:40:52 -07:00
case.py bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-29605) 2021-11-18 17:09:41 +01:00
loader.py
main.py [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) (GH-31970) 2022-03-17 20:24:59 -07:00
mock.py bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835) 2022-01-23 19:35:15 +00:00
result.py bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) (GH-31776) 2022-03-08 23:00:45 +00:00
runner.py [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039) 2021-12-11 01:34:46 +01:00
signals.py
suite.py [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) 2021-08-30 19:22:21 +02:00
util.py