()
| 169 | # E. Registration + type + bridge-safety |
| 170 | # --------------------------------------------------------------------------- # |
| 171 | def test_registered(): |
| 172 | assert "release-notes" in {c.name for c in get_builtin_commands()} |
| 173 | assert "release-notes" in {c.name for c in get_commands(cwd=str(Path.cwd()))} |
| 174 | |
| 175 | |
| 176 | def test_metadata_mirrors_ts(): |
nothing calls this directly
no test coverage detected