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

Function test_decks_root

tests/test_deck_package.py:10–11  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

8
9
10def test_decks_root(tmp_path: Path):
11 assert decks_root(tmp_path) == tmp_path / "output" / "decks"
12
13
14def test_deck_dir(tmp_path: Path):

Callers

nothing calls this directly

Calls 1

decks_rootFunction · 0.90

Tested by

no test coverage detected