Add note about log level for integration tests
This commit is contained in:
parent
57de4e6251
commit
6cffc7f05d
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ to `cargo install` anything either).
|
||||||
Integration tests for helix-term can be run with `cargo integration-test`. Code
|
Integration tests for helix-term can be run with `cargo integration-test`. Code
|
||||||
contributors are strongly encouraged to write integration tests for their code.
|
contributors are strongly encouraged to write integration tests for their code.
|
||||||
Existing tests can be used as examples. Helpers can be found in
|
Existing tests can be used as examples. Helpers can be found in
|
||||||
[helpers.rs][helpers.rs]
|
[helpers.rs][helpers.rs]. The log level can be set with the `HELIX_LOG_LEVEL`
|
||||||
|
environment variable, e.g. `HELIX_LOG_LEVEL=debug cargo integration-test`.
|
||||||
|
|
||||||
## Minimum Stable Rust Version (MSRV) Policy
|
## Minimum Stable Rust Version (MSRV) Policy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue