Skip to content

Commit

Permalink
update docs for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dead10ck committed Jun 19, 2022
1 parent 086b63a commit 65bf683
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ to `cargo install` anything either).
[architecture.md]: ./architecture.md
[docs]: https://docs.helix-editor.com/
[xtask]: https://github.com/matklad/cargo-xtask

# Integration tests

Integration tests for helix-term can be run with `cargo integration-test`. Code
contributors are strongly encouraged to write integration tests for their code.
Existing tests can be used as examples. Helpers can be found in
[helpers.rs][../helix-term/tests/test/helpers.rs].

0 comments on commit 65bf683

Please sign in to comment.