mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
..
2026-05-29 23:30:02 +02:00
2026-05-20 12:46:17 +02:00
2026-05-20 12:46:17 +02:00
2026-06-01 15:42:56 -05:00
2026-05-28 10:13:06 +02:00
2026-05-28 18:27:39 +10:00
2026-05-20 12:46:17 +02:00
2026-05-20 15:26:12 +02:00
2026-05-28 23:49:18 +02:00
2026-04-03 20:14:12 +02:00
Coding agent suite tests
Use test/suite/ for the new harness-based test suite around AgentSession and AgentSessionRuntime.
Rules:
- Use
test/suite/harness.ts - Use the faux provider from
packages/ai/src/providers/faux.ts - Do not use real provider APIs, real API keys, network calls, or paid tokens
- Keep these tests CI-safe and deterministic
- Do not use or extend the legacy
test/test-harness.tspath unless a missing capability forces it
Organization:
- Put broad lifecycle and characterization tests directly under
test/suite/ - Put issue-specific regression tests under
test/suite/regressions/ - Name regression tests as
<issue-number>-<short-slug>.test.ts - Example:
test/suite/regressions/2023-queued-slash-command-followup.test.ts