Skip to content

Commit

Permalink
FIX fix nested function test exit signal
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser authored and ogrisel committed Feb 7, 2019
1 parent ca69770 commit 1f5f77e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_reusable_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ def inner_func(x):
return x
assert e.submit(outer_func, 1).result() == outer_func(1) == 1
print("ok")
"""
check_python_subprocess_call(code, stdout_regex=r"ok")

Expand Down

0 comments on commit 1f5f77e

Please sign in to comment.