Module opshin.tests
Expand source code
import datetime
import hypothesis
PLUTUS_VM_PROFILE = "plutus_vm"
hypothesis.settings.register_profile(
PLUTUS_VM_PROFILE, deadline=datetime.timedelta(seconds=1)
)
Sub-modules
opshin.tests.test_builtins
opshin.tests.test_ledger
opshin.tests.test_misc
opshin.tests.test_ops
opshin.tests.test_std
opshin.tests.test_stdlib
opshin.tests.utils