diff --git a/kipina-codebench/prompts/code-small.md b/kipina-codebench/prompts/code-small.md index 9b57e6e..6c8bd50 100644 --- a/kipina-codebench/prompts/code-small.md +++ b/kipina-codebench/prompts/code-small.md @@ -47,4 +47,6 @@ CRITICAL: - Use ONLY fields from the JSON spec — no created_at or extra fields - Generate EXACTLY 6 tests per entity: create, list, get_by_id, not_found, update, delete - No search, filter, or other extra tests +- test_list: assert len(response.json()) >= 1, NEVER assert == 1 (database is shared between tests) +- test_create for child entities: create parent FIRST, use parent's id - No markdown fences in output