0.1.4 • Published 7 years ago

tapsum v0.1.4

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

tapsum

A bash script to summarize errors from the tap package.

tapsum: run selected tests, log the result, and summarize it.

Invocation:
  * tapsum --help
    Show this summary.
  * tapsum
    Run all tests and show an overall summary.
  * tapsum 304
    Run test/304.js and show its error summary.
  * tapsum --sumerr 304.tap.err
    Summarize the errors of test's last recording.
  * tapsum --sumerr
    Summarize errors of all recorded test results.
  * tapsum --sumerr 304.tap.err
    Summarize errors of this test's last recording.
  * tapsum --versions
    Show versions of node, npm, linux distro and the git HEAD hash.

Known issues

  • Needs more/better tests and docs.

 

License

ISC

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago