♻️ refactor(tests): consolidate playbook CLI coverage

This commit is contained in:
csh
2026-06-01 14:22:57 +08:00
parent 02ad5e5f4a
commit 5d9673cf6e
11 changed files with 652 additions and 710 deletions
@@ -65,6 +65,7 @@ class TslEntrypointsConsistencyTests(unittest.TestCase):
text = README.read_text(encoding="utf-8")
self.assertIn("方式一:git subtree", text)
self.assertIn("方式二:外部 clone 后执行部署", text)
self.assertIn("- `rulesets/typescript/index.md`TypeScript 核心约定", text)
self.assertIn("`project_root`:目标项目根目录", text)
self.assertIn("`playbook_root`:相对于 `project_root` 的项目内 Playbook 根目录", text)
self.assertIn("不是外部 clone 出来的 Playbook 仓库路径", text)