Skip to content

Commit

Permalink
Document how to run tests (helix-editor#6268)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonatan Pettersson <jonatan.pettersson@proton.me>
  • Loading branch information
Jonatan Pettersson and jpttrssn authored Mar 11, 2023
1 parent bb72079 commit f435f3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ inside the project. We use [xtask][xtask] as an ad-hoc task runner and
thus do not require any dependencies other than `cargo` (You don't have
to `cargo install` anything either).

# Integration tests
# Testing

## Unit tests/Documentation tests

Run `cargo test --workspace` to run unit tests and documentation tests in all packages.

## 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.
Expand Down

0 comments on commit f435f3b

Please sign in to comment.