From b351a8b5644e23ef8a0b053ce014a3fa7f74c57f Mon Sep 17 00:00:00 2001 From: elpatron Date: Wed, 23 Jul 2025 12:43:36 +0200 Subject: [PATCH] =?UTF-8?q?README:=20Anleitung=20zur=20Ausf=C3=BChrung=20v?= =?UTF-8?q?on=20pytest-Tests=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb134bd..f83ae54 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,15 @@ docker-compose up --build Dieses Projekt steht unter der [MIT-Lizenz](LICENSE). --- -(c) 2025 Markus Busche \ No newline at end of file +(c) 2025 Markus Busche + +## Automatisierte Tests + +Automatisierte Tests sind mit pytest möglich: + +```powershell +pip install -r requirements.txt +pytest test_app.py +``` + +Die Tests prüfen u.a. die Erreichbarkeit der App, die wichtigsten Funktionen und den Schutz vor XSS-Angriffen. \ No newline at end of file