Merge branch 'KIN-DOCS-009-backend_dev'
This commit is contained in:
commit
295cc426b1
1 changed files with 0 additions and 12 deletions
|
|
@ -60,18 +60,6 @@ class TestNoLegacyOutputFormatSection:
|
||||||
f"Файлы с устаревшей секцией '## Output format': {files_with_old_header}"
|
f"Файлы с устаревшей секцией '## Output format': {files_with_old_header}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_grep_output_format_is_empty(self):
|
|
||||||
"""Эквивалент: grep -rl '## Output format' agents/prompts/ — пустой вывод."""
|
|
||||||
matches = [
|
|
||||||
str(f)
|
|
||||||
for f in _prompt_files()
|
|
||||||
if "## Output format" in f.read_text(encoding="utf-8")
|
|
||||||
]
|
|
||||||
assert matches == [], (
|
|
||||||
"grep -rl '## Output format' agents/prompts/ должен давать пустой вывод, "
|
|
||||||
f"но нашёл: {matches}"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# AC-3: Every prompt contains '## Return Format'
|
# AC-3: Every prompt contains '## Return Format'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue