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 8ae1e62 commit 1e40988Copy full SHA for 1e40988
tests/test_cli.py
@@ -58,7 +58,7 @@ def _create_test_module(**namespace: Any) -> None:
58
59
60
@pytest.fixture
61
-def empty_last_conversation_path(tmp_path, mocker):
+def empty_last_conversation_path(tmp_path: Path, mocker: MockerFixture) -> Path:
62
path = tmp_path / LAST_CONVERSATION_FILENAME
63
mocker.patch('pydantic_ai._cli.PYDANTIC_AI_HOME', tmp_path)
64
0 commit comments