Maybe stop calling pytest as module works?

This commit is contained in:
Ritiek Malhotra
2019-07-22 16:10:10 +05:30
parent 08566e02b5
commit 5134459554
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
$ pytest
```
Obviously this requires the `pytest` module to be installed.