Skip to content

arnaudr-ccu/pretty-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pretty-tap

Pretty print a TAP text.

$ cat example.tap 
1..4
ok 1 - Input file opened
not ok 2 - First line of the input valid
ok 3 - Read the rest of the file
not ok 4 - Summarized correctly # TODO Not written yet

$ ./pretty-tap.py < example.tap 
 ✓ - Input file opened
 ✗ - First line of the input valid
 ✓ - Read the rest of the file
 ✗ - Summarized correctly

4 test(s), 2 failure(s)

References:

Releases

No releases published

Packages

No packages published

Languages