test_tx_gas_limit()¶
Documentation for tests/frontier/validation/test_transaction.py::test_tx_gas_limit@tests-snobal-devnet-6@v1.1.0.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/frontier/validation/test_transaction.py::test_tx_gas_limit --fork Amsterdam
Tests that if a tx gas limit is higher than the block gas limit, an exception is raised.
Source code in tests/frontier/validation/test_transaction.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 14 forks.