Skip to content

Commit

Permalink
Update README development section
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Jun 11, 2021
1 parent 9559b21 commit 52bb21a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ See [powerful-benchmarker](https://github.com/KevinMusgrave/powerful-benchmarker


## Development
Development is done on the ```dev``` branch:
```
git checkout dev
```

Unit tests can be run with the default ```unittest``` library:
```bash
python -m unittest discover
Expand Down

0 comments on commit 52bb21a

Please sign in to comment.