Load config in app() test fixture
This commit is contained in:
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pytest
|
||||
|
||||
from atst.app import make_app, make_config
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def app():
|
||||
config = make_config()
|
||||
return make_app(config)
|
Reference in New Issue
Block a user