(tmp_path: Path)
| 16 | |
| 17 | |
| 18 | def test_deck_workspace_dir(tmp_path: Path): |
| 19 | assert ( |
| 20 | deck_workspace_dir(tmp_path, "transformers") |
| 21 | == tmp_path / "output" / "decks" / "transformers-workspace" |
| 22 | ) |
nothing calls this directly
no test coverage detected