ariadne/testing/conftest.py

7 lines
122 B
Python
Raw Permalink Normal View History

2026-03-31 14:07:02 -03:00
from __future__ import annotations
import os
os.environ["PORTAL_DATABASE_URL"] = "postgresql://user:pass@localhost/db"