Skip to content

Commit

Permalink
Updating testing instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Herger committed May 25, 2018
1 parent 56fe7a7 commit 0a92dc8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,12 @@ The best bug reports are Pull Requests. The second best bug reports are new issu

This framework uses `unittest` for unit testing. Tests can be run by calling:

```python
python -m unittest discover -s tests -t tests


```bash
cd tests/

python -m unittest discover -s . -t .
```

### Style guide
Expand Down

0 comments on commit 0a92dc8

Please sign in to comment.