Skip to content

Commit

Permalink
Merge pull request #907 from WildMeOrg/testing-guidelines
Browse files Browse the repository at this point in the history
add testing reference
  • Loading branch information
TanyaStere42 authored Nov 25, 2024
2 parents 2f1afda + 64eb37d commit e0181ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ The following git commands may prove useful.
* `git add <filename>: add files that have changes to staging in preparation for commit
* `git commit`: commits the stagged files, opens a text editor for you to write a commit log

### Unit Tests
We are working on building up test coverage. Current requirements are:
* Do not drop the percentage of test coverage (exceptions will be made for large scale changes on case-by-case basis)
* Do not break existing tests

See [test coverage guidelines](src/test/README.md) for how to develop your tests.

### Submit PR
Up to this point, all changes have been done to your local copy of Wildbook. You need to push the new commits to a remote branch to start the PR process.

Expand Down

0 comments on commit e0181ba

Please sign in to comment.