We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ ./python -We -m test -vuall test_unittest -m test_deprecation_of_return_val_from_test_async_method ... test_deprecation_of_return_val_from_test_async_method (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test_async_method) ... Warning -- Unraisable exception Exception ignored in: <coroutine object Test_TestCase.test_deprecation_of_return_val_from_test_async_method.<locals>.Foo.test1 at 0x7f5c24cb3a10> Traceback (most recent call last): File "/home/serhiy/py/cpython/Lib/warnings.py", line 691, in _warn_unawaited_coroutine warn(msg, category=RuntimeWarning, stacklevel=2, source=coro) RuntimeWarning: coroutine 'Test_TestCase.test_deprecation_of_return_val_from_test_async_method.<locals>.Foo.test1' was never awaited ok ...
The text was updated successfully, but these errors were encountered:
pythongh-128729: Fix ResourceWarning in test_unittest
4e6cb96
gh-128729: Fix RuntimeWarning in test_unittest (GH-128730)
cb72feb
No branches or pull requests
Linked PRs
The text was updated successfully, but these errors were encountered: