()
| 41 | # A. Metadata + registration |
| 42 | # --------------------------------------------------------------------------- # |
| 43 | def test_tasks_registered(): |
| 44 | assert "tasks" in {c.name for c in get_builtin_commands()} |
| 45 | assert "tasks" in {c.name for c in get_commands(cwd=str(Path.cwd()))} |
| 46 | |
| 47 | |
| 48 | def test_tasks_metadata_mirrors_ts(): |
nothing calls this directly
no test coverage detected