Skip to content

Commit

Permalink
Add testing to the developer notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Aug 9, 2024
1 parent ec72f61 commit 1fab73a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Use `hatch` to build, test, lint, etc.

hatch build

hatch fmt --check

hatch test --cover

*Please don't forget to run tests before submitting a pull request!*

## Integration testing

See [`test/README.md`](./test/README.md).
Expand Down

0 comments on commit 1fab73a

Please sign in to comment.