test_system_contract_deployment()
¶
Documentation for tests/prague/eip7002_el_triggerable_withdrawals/test_contract_deployment.py::test_system_contract_deployment@21fb11c8
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7002_el_triggerable_withdrawals/test_contract_deployment.py::test_system_contract_deployment --fork Prague
Verify calling the withdrawals system contract after deployment.
Source code in tests/prague/eip7002_el_triggerable_withdrawals/test_contract_deployment.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
|
Parametrized Test Cases¶
This test case is only parametrized by fork.
Test ID (Abbreviated) | test_type | has_balance |
---|---|---|
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_before_fork-nonzero_balance | DeploymentTestType.DEPLOY_BEFORE_FORK | ContractAddressHasBalance.NONZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_before_fork-zero_balance | DeploymentTestType.DEPLOY_BEFORE_FORK | ContractAddressHasBalance.ZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-nonzero_balance | DeploymentTestType.DEPLOY_AFTER_FORK | ContractAddressHasBalance.NONZERO_BALANCE |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-zero_balance | DeploymentTestType.DEPLOY_AFTER_FORK | ContractAddressHasBalance.ZERO_BALANCE |