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

Function test_deck_workspace_dir

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

Source from the content-addressed store, hash-verified

16
17
18def test_deck_workspace_dir(tmp_path: Path):
19 assert (
20 deck_workspace_dir(tmp_path, "transformers")
21 == tmp_path / "output" / "decks" / "transformers-workspace"
22 )

Callers

nothing calls this directly

Calls 1

deck_workspace_dirFunction · 0.90

Tested by

no test coverage detected