Add tests to README

This commit is contained in:
Luke Van Seters 2021-09-20 13:11:13 -04:00
parent 52679cd3cc
commit 0afc1494f1

View File

@ -98,6 +98,12 @@ Then install pre-commit hooks with
poetry run pre-commit install poetry run pre-commit install
``` ```
### Tests
Run tests with
```
kubectl exec deploy/mev-inspect-deployment -- poetry run pytest --cov=mev_inspect tests
```
## FAQ ## FAQ