We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d7d13 commit 73c5f72Copy full SHA for 73c5f72
1 file changed
tests/test_async.py
@@ -117,7 +117,3 @@ async def coro_fn():
117
assert coro.send(None) == "network operation"
118
with pytest.raises(StopIteration):
119
coro.send(outcome.Error(MyException()))
120
-
121
122
-if __name__ == "__main__":
123
- sys.exit(main())
0 commit comments