diff --git a/README.md b/README.md index bc14302..bbe00ba 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,13 @@ uv run fastapi dev src/allmende_payment_system/app.py ``` A demo user will be created automatically. +### Testing + +APS uses pytest. You can run the test suite with: + +```bash +uv run pytest +``` + ## License This project is licensed under the [European Union Public Licence (EUPL)](https://joinup.ec.europa.eu/collection/eupl).