Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 7, 2020
1 parent d4a7ee2 commit ceab13b
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 @@ -23,6 +23,11 @@ pip3 install pytest-cov
pytest --cov=isobar tests
```

To automatically run unit tests on commit:
```
echo pytest > .git/hooks/pre-commit
```

## Documentation

To regenerate the per-class pattern docs for the README:
Expand Down

0 comments on commit ceab13b

Please sign in to comment.