feat:Strengthen the testing framework

This commit is contained in:
saturn
2026-03-15 18:15:25 +08:00
parent eec27fbabf
commit ecbd183a77
31 changed files with 2326 additions and 85 deletions

8
tests/hidden/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Hidden Acceptance Reserve
This directory is intentionally reserved for private acceptance and regression suites that are not exposed to code-writing agents.
Public repo rules:
- Do not add executable public tests here.
- Keep provider/system helper interfaces stable so private CI can mount hidden evals without patching production code.
- Private hidden suites should target the same route entrypoints and fake-provider hooks used by `tests/system/**`.