diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 134be3d868..506f1a01e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,9 @@ Note: Make sure to run the EVM trace on a small number of tests at a time. The l Below is an example. ```bash -pytest tests/frontier/test_state_transition.py -k 'test_general_state_tests_new' --evm-trace +uv run --extra test \ + pytest 'tests/json_infra/test_state_tests.py::test_state_tests_frontier[stAttackTest - ContractCreationSpam - 0]' \ + --evm_trace ```