mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-01 22:10:02 -05:00
7 lines
136 B
Python
7 lines
136 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_env_development(monkeypatch):
|
|
monkeypatch.setenv("FLASK_ENV", "development")
|