Commit f9785b09 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent b8b87e2c
......@@ -260,7 +260,7 @@ class CoroutineTest(unittest.TestCase):
with self.assertRaises(StopIteration):
f.send(None)
# TODO
# TODO (or not? see test_func_8() below)
def __test_func_7(self):
async def bar():
return 10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment