diff --git a/README.md b/README.md index 17a61b6..525f27b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,24 @@ Full list of requirements: Feel free to submit pull requests. Please follow the [Code Conventions](CONVENTIONS.md) when doing so. + +### Testing + +Testing requires the [pytest](https://docs.pytest.org/en/stable/) library. + +Run tests with the following command: + +```sh +pytest test +``` + +Test coverage can be run using the [`pytest-cov`](https://pypi.org/project/pytest-cov/) extension: + +```sh +pytest --cov=personal_data test +``` + + ## License ```