summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/hypothesis_helper.py
blob: 76bd2490fe6e3d445d8b23d4b525648369f7c205 (plain)
1
2
3
4
try:
    import hypothesis
except ImportError:
    from . import _hypothesis_stubs as hypothesis