test_factory_predeploy_account()¶
Documentation for tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py::test_factory_predeploy_account@87aba1a3.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py::test_factory_predeploy_account --fork Amsterdam
The factory bytecode is present at the canonical Arachnid factory
address with nonce 1 and balance 0. Verifies EVM-observable views of
the predeploy via EXTCODESIZE, EXTCODEHASH, EXTCODECOPY +
SHA3, and BALANCE.
Source code in tests/amsterdam/eip7997_deterministic_factory_predeploy/test_factory.py
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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 1 fork.