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