diff options
Diffstat (limited to 'tests/patcher_test_tpool_patched_thread.py')
| -rw-r--r-- | tests/patcher_test_tpool_patched_thread.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/patcher_test_tpool_patched_thread.py b/tests/patcher_test_tpool_patched_thread.py new file mode 100644 index 0000000..a284abd --- /dev/null +++ b/tests/patcher_test_tpool_patched_thread.py @@ -0,0 +1,9 @@ +# no standard tests in this file, ignore +__test__ = False + +if __name__ == '__main__': + import eventlet + eventlet.monkey_patch(time=False, thread=True) + + import patcher_test_tpool_util + patcher_test_tpool_util.check_tpool_patched() |
