arkriny/iotest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
iotest ====== Iotest tests command output against the expected results for the given input based on a testfile. Usage ----- iotest COMMAND TESTFILE... Testfile format --------------- input1 --- output1 === input2 --- output2 The testfile consists of multiple testcases, each delimited by `===`. Each testcase includes input lines and expected output lines, separated by `---`.