(tmp_path: Path)
| 12 | |
| 13 | |
| 14 | def test_deck_dir(tmp_path: Path): |
| 15 | assert deck_dir(tmp_path, "transformers") == tmp_path / "output" / "decks" / "transformers" |
| 16 | |
| 17 | |
| 18 | def test_deck_workspace_dir(tmp_path: Path): |
nothing calls this directly
no test coverage detected