datoviz 迁移成功

This commit is contained in:
2026-08-14 01:54:38 +08:00
parent 47c649bdf3
commit 02c60679e4
1543 changed files with 423012 additions and 15 deletions
+18
View File
@@ -0,0 +1,18 @@
# Testing Specs
This directory owns durable testing infrastructure contracts.
## Index
1. [RUNNER_SCHEDULING.md](RUNNER_SCHEDULING.md): test-runner scheduling, skip, fixture, and
validation policy.
2. [TEST_SUITE_REFACTOR_PLAN.md](TEST_SUITE_REFACTOR_PLAN.md): post-RC test-suite modularity,
lane, fixture, and cleanup plan.
3. [LANE_INVENTORY.md](LANE_INVENTORY.md): Phase 1 inventory workflow and review rules.
## Boundary
Use this directory for test infrastructure and scheduling semantics. Put protocol conformance
fixtures under `../drp2/fixtures/` and scene behavior contracts under `../scene/`.