Update command to run tests

This commit is contained in:
Ritiek Malhotra
2019-07-22 15:58:54 +05:30
parent 0d846cdcce
commit 08566e02b5
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more info.
## Running Tests
```console
$ python3 -m pytest test
$ python3 -m pytest
```
Obviously this requires the `pytest` module to be installed.