kin: KIN-DOCS-008-backend_dev
This commit is contained in:
parent
2053a9d26c
commit
2d58e8577c
4 changed files with 156 additions and 4 deletions
|
|
@ -115,11 +115,11 @@ class TestAllPromptsContainStandardStructure:
|
|||
class TestPromptCount:
|
||||
"""Проверяет, что число промптов не изменилось неожиданно."""
|
||||
|
||||
def test_prompt_count_is_29(self):
|
||||
"""В agents/prompts/ ровно 29 файлов .md."""
|
||||
def test_prompt_count_is_30(self):
|
||||
"""В agents/prompts/ ровно 30 файлов .md."""
|
||||
count = len(_prompt_files())
|
||||
assert count == 29, ( # 29 промптов — актуально на 2026-03-19, +cto_advisor (KIN-DOCS-007, см. git log agents/prompts/)
|
||||
f"Ожидалось 29 промптов, найдено {count}. "
|
||||
assert count == 30, ( # 30 промптов — актуально на 2026-03-19, +error_coordinator (KIN-DOCS-008, см. git log agents/prompts/)
|
||||
f"Ожидалось 30 промптов, найдено {count}. "
|
||||
"Если добавлен новый промпт — обнови этот тест."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue