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

Function test_deck_dir

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

Source from the content-addressed store, hash-verified

12
13
14def test_deck_dir(tmp_path: Path):
15 assert deck_dir(tmp_path, "transformers") == tmp_path / "output" / "decks" / "transformers"
16
17
18def test_deck_workspace_dir(tmp_path: Path):

Callers

nothing calls this directly

Calls 1

deck_dirFunction · 0.90

Tested by

no test coverage detected