We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5340b5 commit 3c17cffCopy full SHA for 3c17cff
1 file changed
tests/conftest.py
@@ -25,7 +25,7 @@ def init_somesy_logger():
25
26
27
@pytest.fixture
28
-def somesy_input() -> dict:
+def somesy_input() -> SomesyInput:
29
"""Return a somesy input instance."""
30
return SomesyInput.from_input_file(Path("tests/data/somesy.toml"))
31
0 commit comments