Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
raw
history blame
200 Bytes
from __future__ import annotations
import pytest
@pytest.fixture(autouse=True)
def mock_env_development(monkeypatch: pytest.MonkeyPatch) -> None:
monkeypatch.setenv("FLASK_ENV", "development")