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

View File

@@ -2,7 +2,10 @@
## Scope
- `tests/integration/api/contract/**/*.test.ts`
- `tests/integration/provider/**/*.test.ts`
- `tests/integration/chain/**/*.test.ts`
- `tests/system/**/*.test.ts`
- `tests/regression/**/*.test.ts`
- `tests/unit/worker/**/*.test.ts`
## Must-have
@@ -23,3 +26,4 @@
## Regression rule
- One historical bug must map to at least one dedicated regression test case.
- Bug fix without matching behavior regression test is incomplete.
- Provider or gateway protocol changes must add a provider contract test or update an existing localhost fake-provider scenario.