CI/CD: Gitea Actions workflow med tests
CI/CD / test (push) Failing after 3m12s
CI/CD / build (push) Has been skipped

This commit is contained in:
2026-07-11 02:10:27 +02:00
parent 995921b25b
commit 07a6781c5e
7 changed files with 346 additions and 0 deletions
+6
View File
@@ -7,3 +7,9 @@ python-multipart==0.0.12
bcrypt==5.0.0
python-jose[cryptography]==3.3.0
httpx==0.27.0
# Testing
pytest>=8.0
pytest-asyncio>=0.24
pytest-cov>=5.0
pytest-httpx>=0.30