cctr-corpus 0.6.0

Corpus test file parser for cctr
Documentation

Corpus test file parser.

Parses .txt corpus test files into structured test cases using winnow.

File Format

===
test name
===
command to run
---
expected output

===
test with variables
===
some_command
---
Completed in {{ time }}s
---
with
* time: number
having
* time > 0
* time < 60