Add info about test suite to README

This commit is contained in:
2026-03-14 15:35:40 +01:00
parent 171f4a0b9c
commit 69fe261dc7

View File

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