We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67afe6c commit 7b69483Copy full SHA for 7b69483
tests/conftest.py
@@ -7,7 +7,7 @@
7
8
@pytest.fixture(scope="session")
9
def app():
10
- application = create_app("config.TestConfig")
+ application = create_app("application.config.TestConfig")
11
12
with application.app_context():
13
db.create_all()
0 commit comments