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