19 lines
615 B
Markdown
19 lines
615 B
Markdown
# 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/`.
|