Skip to content

arkriny/iotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iotest

Iotest tests command output against the expected results for the given input based on a testfile.

Usage:

iotest COMMAND TESTFILE...

Build

Requires Zig v0.15.2.

zig build -Doptimize=ReleaseFast

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 ---.

About

Iotest tests command output against the expected results for the given input based on a testfile

Resources

Stars

Watchers

Forks

Contributors

Languages