We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c99882 commit a4aedaeCopy full SHA for a4aedae
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
84
Below is an example.
85
86
```bash
87
-pytest tests/frontier/test_state_transition.py -k 'test_general_state_tests_new' --evm-trace
+uv run --extra test \
88
+ pytest 'tests/json_infra/test_state_tests.py::test_state_tests_frontier[stAttackTest - ContractCreationSpam - 0]' \
89
+ --evm_trace
90
```
91
92
0 commit comments