MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_missing_file

Function test_missing_file

tests/test_deck_validator.py:65–69  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

63
64
65def test_missing_file(tmp_path: Path):
66 deck_dir = tmp_path / "deck"
67 deck_dir.mkdir()
68 result = validate_deck(deck_dir)
69 assert any("not found" in e for e in result.errors)
70
71
72def test_too_few_slides(tmp_path: Path):

Callers

nothing calls this directly

Calls 1

validate_deckFunction · 0.90

Tested by

no test coverage detected