Skip to content

Commit

Permalink
fix: add instructions to test using pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiordani authored and jeremydw committed Apr 21, 2022
1 parent b3b3cb7 commit 2f14710
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,20 @@ pipenv run grow install
pipenv run grow run
```

## Testing with pytest

You can test Grow using [pytest](https://docs.pytest.org/en/latest/) which is compatible with the library `Unittest`. Install pytest and [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/) with

```bash
pip install pytest pytest-cov
```

then run

``bash
pytest -svv --cov=grow
```
## Documentation
Visit https://grow.dev to read the documentation.
Expand Down

0 comments on commit 2f14710

Please sign in to comment.