♻️ refactor(tests): consolidate playbook CLI coverage
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user