diff options
Diffstat (limited to 'Lib/test/support/hypothesis_helper.py')
-rw-r--r-- | Lib/test/support/hypothesis_helper.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/support/hypothesis_helper.py b/Lib/test/support/hypothesis_helper.py new file mode 100644 index 0000000..76bd249 --- /dev/null +++ b/Lib/test/support/hypothesis_helper.py @@ -0,0 +1,4 @@ +try: + import hypothesis +except ImportError: + from . import _hypothesis_stubs as hypothesis |