add integration tests for admin, auth, user management, and database initialization

This commit is contained in:
2026-04-27 17:59:03 +02:00
parent 78b503fe43
commit ce8393a8e2
6 changed files with 484 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["backend/tests", "frontend/tests"]