Skip to main content

Module conformance

Module conformance 

Source
Expand description

Conformance test runner — validates an implementation against test vectors.

Reads JSON test vector files from a directory and runs each case against Vela’s actual implementation, reporting pass/fail for each.

Functions§

run
Run all conformance test vectors in the given directory. Returns (passed, failed) counts.