Testing & Verification Workflows¶
Workflows for designing, generating, and porting test harnesses. Covers verification surface design through engine activation and cross-framework test porting.
How to Start¶
“Design a test harness for this component” →
test_harness_authoring.00_system_survey_classification“Port our pytest tests to the TOML harness” →
test_harness_porting.00_harness_inventory_audit
Test Harness Porting¶
Port an existing test framework to Apogee’s TOML harness format.
Step |
Skill |
What it does |
|---|---|---|
0 |
|
Audit existing test infrastructure |
1 |
|
Map existing test taxonomy to TOML schema |
2 |
|
Generate TOML definitions from existing tests |
3 |
|
Validate gating parity with original framework |
4 |
|
Verify execution produces equivalent results |
5 |
|
Cut over to the new harness |
See Also¶
apogee-proof — the TOML-driven proof harness engine
Glossary — proof depth, proof harness terminology