ty checking
This commit is contained in:
@@ -11,7 +11,7 @@ from personal_mcp.registry.ingest.document import MarkdownDocument
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def make_doc() -> Callable[[str, str], MarkdownDocument]:
|
||||
def make_doc() -> Callable[[str], MarkdownDocument]:
|
||||
def _make_doc(relpath: str, content: str = "# body\n") -> MarkdownDocument:
|
||||
return MarkdownDocument(relpath=PurePosixPath(relpath), content=content)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ from personal_mcp.registry.ingest.skill import group_skill_paths
|
||||
|
||||
pytestmark = pytest.mark.unit
|
||||
|
||||
MakeDoc = Callable[[str, str], MarkdownDocument]
|
||||
MakeDoc = Callable[[str], MarkdownDocument]
|
||||
|
||||
|
||||
class TestSkillFilesBundle:
|
||||
|
||||
Reference in New Issue
Block a user