aboutsummaryrefslogtreecommitdiff
path: root/test_utils/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils/conftest.py')
-rw-r--r--test_utils/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_utils/conftest.py b/test_utils/conftest.py
index 54fb682..187ff58 100644
--- a/test_utils/conftest.py
+++ b/test_utils/conftest.py
@@ -38,6 +38,7 @@ def env_file_path(pytestconfig: Config) -> str:
@pytest.fixture(scope="session")
def settings(env_file_path: str) -> "GRLBaseSettings":
from generalresearch.config import GRLBaseSettings
+ print(f"{env_file_path=}")
s = GRLBaseSettings(_env_file=env_file_path)