test_system_contract_deployment()
¶
Documentation for tests/prague/eip7251_consolidations/test_contract_deployment.py::test_system_contract_deployment@8f516ce0
.
Generate fixtures for these test cases for Prague with:
fill -v tests/prague/eip7251_consolidations/test_contract_deployment.py::test_system_contract_deployment --fork Prague
Verify calling the consolidation system contract after deployment.
Source code in tests/prague/eip7251_consolidations/test_contract_deployment.py
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 65 66 67 68 69 70 |
|
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 | deploy_before_fork | nonzero_balance |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_before_fork-zero_balance | deploy_before_fork | zero_balance |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_on_fork_block-nonzero_balance | deploy_on_fork_block | nonzero_balance |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_on_fork_block-zero_balance | deploy_on_fork_block | zero_balance |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-nonzero_balance | deploy_after_fork | nonzero_balance |
...fork_CancunToPragueAtTime15k-blockchain_test-deploy_after_fork-zero_balance | deploy_after_fork | zero_balance |