aboutsummaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorstuppie2026-03-10 17:26:27 -0600
committerstuppie2026-03-10 17:26:27 -0600
commit06653612b730d85509d264d28d136857b6a9bbe0 (patch)
treeff0ebd3bfaece0d546174527d0e7d55c1c774644 /test_utils
parent8fdfcf20142b63a8a5cefe9b93fc0fb9d56b46aa (diff)
downloadgeneralresearch-06653612b730d85509d264d28d136857b6a9bbe0.tar.gz
generalresearch-06653612b730d85509d264d28d136857b6a9bbe0.zip
mtr manager and tool run + test
Diffstat (limited to 'test_utils')
-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)