]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_...
authorThomas Grainger <tagrain@gmail.com>
Thu, 21 Jul 2022 11:35:20 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2022 11:35:20 +0000 (14:35 +0300)
commit834bd5dd766cf212fb20d65d8a046c62a33006d4
tree33c617bec299410655f9e1fdce41d7be533bf103
parentb1924b10069fb797845284552fb9da931b1ffdb9
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher (GH-95009)

The test was never run, because it was missing the TestCase class.
The test failed because the wrong attribute was patched.
Lib/test/test_asyncio/test_subprocess.py