Skip to content

Commit

Permalink
Update Testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aalam78 authored Mar 2, 2024
1 parent 38557a6 commit e522ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/development/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e522ab7

Please sign in to comment.