Skip to content

Commit 040825a

Browse files
committed
Add a note on running tests to the contributing guide
1 parent 027da8d commit 040825a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ list, even if we wish it could be.
3131

3232
If you haven't heard from us in a while and want to check in, feel free to
3333
at-mention @ashleygwilliams- but please be kind while doing so!
34+
35+
## Running tests
36+
37+
The test suite can be run with `cargo test`. [insta](https://insta.rs/docs/cli/)
38+
is used for snapshots; after running the test suite, use `cargo insta review` to
39+
review any changed snapshots.
40+
41+
The test suite cannot be run in parallel. Using an alternative test runner like
42+
`nextest` will cause unexpected behavior as tests will override each other's
43+
state.

0 commit comments

Comments
 (0)