aboutsummaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-06-04 20:08:34 +0000
committerSkyler Hawthorne2022-06-19 04:00:31 +0000
commit65bf6836b71e309a43d39b75a3fac7446604592b (patch)
tree7e66ac20b0d76957b806eac7918bb7aad8544dac /docs/CONTRIBUTING.md
parent086b63ab1b5f004400721ef876b6f1441783f104 (diff)
update docs for integration tests
Diffstat (limited to 'docs/CONTRIBUTING.md')
-rw-r--r--docs/CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index bdd771aa..6da50fdd 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -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].