Skip to content

Commit

Permalink
Update CONTRIBUTING file to mention integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 23, 2024
1 parent 4cb2cd7 commit 8aac714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ _Think of `expect()` messages as guidelines for future you and other developers.
This approach ensures that `expect()` messages are informative and aligned with the intended
function outcomes, making debugging and maintenance more straightforward for everyone.

### Writing integration tests

[Integration tests](https://doc.rust-lang.org/rust-by-example/testing/integration_testing.html) should be in a directory called `tests`
besides the `src` directory of a crate. Per convention, they must be implemented in files whose name start with the `test_` prefix.

## Others

To bump for the next version, install `cargo-edit` if its not on your system, and use this command:
Expand Down

0 comments on commit 8aac714

Please sign in to comment.