We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c3382 commit b8545c3Copy full SHA for b8545c3
tests/conftest.py
@@ -36,7 +36,7 @@ def configure_test_environment() -> Generator[None, None, None]:
36
print("Current working directory:", os.getcwd())
37
print("Directory contents:", os.listdir("."))
38
39
- init_database(app, db_path)
+ init_database(db_path)
40
os.environ["TEST_DB_PATH"] = str(db_path)
41
42
yield
0 commit comments