-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_asyncio's GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher
is not run
#95010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
graingert
added a commit
to graingert/cpython
that referenced
this issue
Jul 19, 2022
…s_fails_with_inactive_watcher the test was never run, because it was missing the TestCase class the test failed because the wrong attribute was patched
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 21, 2022
…s_fails_with_inactive_watcher (pythonGH-95009) The test was never run, because it was missing the TestCase class. The test failed because the wrong attribute was patched. (cherry picked from commit 834bd5d) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
serhiy-storchaka
pushed a commit
that referenced
this issue
Jul 21, 2022
…s_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.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 21, 2022
…s_fails_with_inactive_watcher (pythonGH-95009) The test was never run, because it was missing the TestCase class. The test failed because the wrong attribute was patched. (cherry picked from commit 834bd5d) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
There seems to be quite a few classes like this:
|
I think some of those are supposed to be Mixins, but perhaps they should be re-named |
@graingert Is this fixed now? if not can you create a separate PR to just fix this ? |
I was going to backport it to 3.10 but the change ended up too controversial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
GenericWatcherTests does not inherit from TestCase, and so doesn't get run
The text was updated successfully, but these errors were encountered: