feat: add pytest-asyncio, freezegun, schemathesis, pytest-cov to test toolchain

This commit is contained in:
2026-04-09 12:40:59 -04:00
parent 44de453bb2
commit 310c2a1fbe
5 changed files with 298 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ import os
os.environ.setdefault("DECNET_JWT_SECRET", "test-jwt-secret-not-for-production-use")
os.environ.setdefault("DECNET_ADMIN_PASSWORD", "test-admin-password-1234!")
os.environ.setdefault("DECNET_ADMIN_USER", "admin")
# Expose OpenAPI schema so schemathesis can load it during tests
os.environ.setdefault("DECNET_DEVELOPER", "true")