diff --git a/README.md b/README.md index abf1b2f..94fd668 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ A little template for Python projects. +## Testing + +This project uses [`pytest`](https://docs.pytest.org/en/stable/), once installed the tests can be runned with: + +```sh +pytest +``` +