From 69fe261dc7494421b8dd38071a78d072df95918b Mon Sep 17 00:00:00 2001 From: Niklas Meinzer Date: Sat, 14 Mar 2026 15:35:40 +0100 Subject: [PATCH] Add info about test suite to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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).