Merge pull request #31 from nat-n/fix_readme

Fix test instructions to match pipfile
This commit is contained in:
Vasilios Syrakis
2020-04-14 10:55:18 +10:00
committed by GitHub

View File

@@ -323,7 +323,7 @@ Here's how to run the tests.
$ pipenv run generate
# Run the tests
$ pipenv run tests
$ pipenv run test
```
### TODO