| from __future__ import annotations | |
| import pytest | |
| def mock_env_development(monkeypatch: pytest.MonkeyPatch) -> None: | |
| monkeypatch.setenv("FLASK_ENV", "development") | |
| from __future__ import annotations | |
| import pytest | |
| def mock_env_development(monkeypatch: pytest.MonkeyPatch) -> None: | |
| monkeypatch.setenv("FLASK_ENV", "development") | |