pytest-bdd-example/tests/functional/dashboard/conftest.py

9 lines
154 B
Python

from pytest_bdd_example.dashboard import app
from .steps.given import *
with app.app_context():
"""Initialize the application context."""
pass