docs(test): structured testing programme (SCF T3.4)#276
Merged
Conversation
Layered QA programme documenting all six test layers (supply-chain, contract unit/integration, TS<->Rust rate parity, frontend lint/build, Playwright wallet e2e, mainnet verification), what each covers, how to run it, the CI gate that enforces it, known coverage gaps, and the release gate that must be green before any mainnet change. References the real artifacts: 71 contract tests, >=20 IR-kink parity fixtures, 5-wallet + Ledger e2e mock harness, and the six CI workflows. SCF #43 Tranche 3 — T3.4.
Deploying turbolong-app with
|
| Latest commit: |
dad22f4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8a89f32e.turbolong-app.pages.dev |
| Branch Preview URL: | https://docs-t34-testing-programme.turbolong-app.pages.dev |
Deploying turbolong-landing with
|
| Latest commit: |
dad22f4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ecb77c76.turbolong-landing.pages.dev |
| Branch Preview URL: | https://docs-t34-testing-programme.turbolong-landing.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SCF #43 Tranche 3, deliverable T3.4 — structured testing programme. No dedicated GitHub issue; tracked in the grant milestones. Docs-only, based on
mainso it merges independently of the T3 frontend stack (#273/#274/#275).Adds
docs/testing-programme.md: a layered QA programme for a fund-handling leveraged-DeFi protocol, weighted toward the on-chain math + the TS↔Rust parity the UI quotes from.Six layers, each with coverage / how-to-run / CI gate:
test_leverage.rs(43: loops, HF, partial unwind, orange_hf, rebalance, harvest split, util-cap panics),test_integration.rs(13: in-placeupgrade()parity within 1e-7),vault_share/test.rs(15: SEP-41 transfer/approve/allowance/transfer_from + supply invariant).parity.test.ts↔ Rustrate_calcover ≥20 IR-kink fixtures.Plus a release gate checklist, known coverage gaps (property tests #50/#235 pending, fuzzing, frontend units), test-data locations, and cadence/ownership.
All claims cross-checked against the actual repo (test counts, fixture assertions, CI workflow names). No code changes.