test_tx_gas_limit()¶
Documentation for tests/frontier/validation/test_transaction.py::test_tx_gas_limit@7b8124a7.
Generate fixtures for these test cases for Osaka with:
fill -v tests/frontier/validation/test_transaction.py::test_tx_gas_limit --fork Osaka
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 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 13 forks.