We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f66cb commit 0b82141Copy full SHA for 0b82141
1 file changed
tests/test_issues.py
@@ -228,7 +228,7 @@ def f(a):
228
229
230
@pytest.mark.skipif(sys.version_info < (3, 6), reason="requires python 3.6 or higher (async generator)")
231
-def test_issue_async_generator_wraps():
+def test_issue_77_async_generator_wraps():
232
import asyncio
233
from ._test_py36 import make_async_generator, make_async_generator_wrapper
234
0 commit comments