Skip to content

Commit aff00fc

Browse files
committed
chore(tests): Add max values checklist decorator
1 parent 36ce02a commit aff00fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/osaka/eip7951_p256verify_precompiles/test_p256verify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@pytest.mark.parametrize("precompile_address", [Spec.P256VERIFY], ids=[""])
3737
@pytest.mark.eip_checklist("precompile/test/call_contexts/normal")
3838
@pytest.mark.eip_checklist("precompile/test/inputs/valid")
39+
@pytest.mark.eip_checklist("precompile/test/inputs/max_values")
3940
def test_valid(state_test: StateTestFiller, pre: Alloc, post: dict, tx: Transaction):
4041
"""Test P256Verify precompile."""
4142
state_test(env=Environment(), pre=pre, post=post, tx=tx)

0 commit comments

Comments
 (0)