turingmind_generate_verification
Generate full verification suites for SpecNode contracts: property tests from invariants, unit tests from I/O, fuzz tests from ambiguous paths, and performance checks from metrics.
Instructions
Tester Mode: Generate the full verification suite for a SpecNode from its contract. Translates invariants → property tests, inputs/outputs → unit tests, ambiguous paths → fuzz tests, metrics → performance checks. Do NOT write application code in this mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | SpecNode to generate tests for | |
| test_dir | No | Directory to write stub .py test files into. If omitted, stubs are recorded in DB but not written to disk. | |
| verification_types | No | Which verification types to generate (default: all) |