From 9d66b03e673c49808bf0c73ea9adbba391457cdb Mon Sep 17 00:00:00 2001 From: Praniti Kubal <140830559+Praniti1594@users.noreply.github.com> Date: Fri, 10 Oct 2025 14:48:52 +0530 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 134be3d868..e2aa4be0ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ 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 pytest tests/frontier/test_state_transition.py -k 'test_general_state_tests_new' --evm-trace ``` From 750a1b846591f898a90e270ac89e80b822680c9b Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Sat, 11 Oct 2025 02:19:59 -0400 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2aa4be0ea..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 -uv run 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 ```