Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryHue committed Nov 14, 2021
1 parent 88f62bb commit fe2b459
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,11 @@ cargo clippy

However, since `clippy` produces a compilation of the project, I wouldn't
recommend running every time you save a file, since it would slow down
your productivity.
your productivity.

#### Testing the code

If your PR is addressing a new feature, then writing unit tests would be
necessary. The unit test cases should both test private and public methods,
so you will place them inside the same file as your code, in a `tests` module
inside that file.

0 comments on commit fe2b459

Please sign in to comment.