# python tests for smart contract deployment and invocation
pytest contracts/deploy_call_smart_contract.py
pytest contracts/deploy_call_smart_contract.py --features nightly
pytest --timeout=10m contracts/gibberish.py
pytest --timeout=10m contracts/gibberish.py --features nightly
pytest --timeout=400 contracts/infinite_loops.py
pytest --timeout=400 contracts/infinite_loops.py --features nightly
