Skip to content

Commit a4aedae

Browse files
fixing issue #1398 (#1593)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md --------- Co-authored-by: Sam Wilson <[email protected]>
1 parent 6c99882 commit a4aedae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ Note: Make sure to run the EVM trace on a small number of tests at a time. The l
8484
Below is an example.
8585

8686
```bash
87-
pytest tests/frontier/test_state_transition.py -k 'test_general_state_tests_new' --evm-trace
87+
uv run --extra test \
88+
pytest 'tests/json_infra/test_state_tests.py::test_state_tests_frontier[stAttackTest - ContractCreationSpam - 0]' \
89+
--evm_trace
8890
```
8991

9092

0 commit comments

Comments
 (0)