Skip to content

Commit 73c5f72

Browse files
committed
remove executable module boilerplate from tess_async
1 parent 13d7d13 commit 73c5f72

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_async.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,3 @@ async def coro_fn():
117117
assert coro.send(None) == "network operation"
118118
with pytest.raises(StopIteration):
119119
coro.send(outcome.Error(MyException()))
120-
121-
122-
if __name__ == "__main__":
123-
sys.exit(main())

0 commit comments

Comments
 (0)