mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-01 11:10:32 -06: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")
|