issues
search
saidsay-so
/
pjdfstest
File system test suite.
https://saidsay-so.github.io/pjdfstest/
Other
8
stars
1
forks
source link
Better formatting of results
#145
Closed
asomers
closed
8 months ago
asomers
commented
8 months ago
Align output columns, assuming 80-column terminal
Use "ok/FAILED" instead of "success/FAILURE", as the standard test harness does.
Remove the newline after a skipped test
Strip "pjdfstest::tests::" from all test case names.
Move a failed test's failure message to a new line.
Indent a skipped test's skip reasons.
Fixes #140
Fixes #140