From e522ab789a46743efec2b7a66762ab4f9194f357 Mon Sep 17 00:00:00 2001 From: Arnib Alam <143924386+aalam78@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:06:41 -0700 Subject: [PATCH] Update Testing.md --- doc/src/development/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/development/Testing.md b/doc/src/development/Testing.md index ec036e690..64703efab 100644 --- a/doc/src/development/Testing.md +++ b/doc/src/development/Testing.md @@ -35,7 +35,7 @@ If you would like to run a specific integration test you can pass it with `--`: If you would like to run a specific set of integration tests, you can specify the file name with `--test`: -1. `RUST_TEST_THREADS=1 cargo test --test s00_core_test` +1. `RUST_TEST_THREADS=1 cargo test --test s00_core_tests` In case an integration test fails, adding `--nocapture` at the end (needs to come after the `--`) will make sure that the underlying `run.py` invocations are