kin/tests
Gros Frumos 8e517d5888 fix(tests): update test expectations to match KIN_NONINTERACTIVE env behavior
test_interactive_uses_600s_timeout: 600 → 300
test_interactive_no_stdin_override: None → subprocess.DEVNULL

When KIN_NONINTERACTIVE=1 is set in environment, runner always uses
300s timeout and DEVNULL stdin regardless of noninteractive parameter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 18:34:47 +02:00
..
__init__.py Add core/models.py — data access functions for all 9 tables 2026-03-15 13:16:12 +02:00
test_api.py Add cancelled status for tasks 2026-03-15 18:22:17 +02:00
test_bootstrap.py Fix bootstrap: deep scan, CLAUDE.md fallback, noise filtering 2026-03-15 13:37:42 +02:00
test_cli.py Add backlog audit and task update command 2026-03-15 17:44:16 +02:00
test_context_builder.py Fix output truncation bug, add language support for agent responses 2026-03-15 14:39:33 +02:00
test_followup.py Add permission-aware follow-up flow with interactive resolution 2026-03-15 15:16:48 +02:00
test_hooks.py feat: add post-pipeline hooks (KIN-003) 2026-03-15 18:31:00 +02:00
test_models.py Add core/models.py — data access functions for all 9 tables 2026-03-15 13:16:12 +02:00
test_runner.py fix(tests): update test expectations to match KIN_NONINTERACTIVE env behavior 2026-03-15 18:34:47 +02:00