pseudogen-backend / conftest.py
Zeetay
Untested expansion: tests, CI, CORS, rate limit, premium, export, Error Boundary, CONTRIBUTING
2276aab
Raw
History Blame Contribute Delete
100 Bytes
# Set before app import so tests run without real .env
import os
os.environ["SKIP_ENV_CHECK"] = "1"