Hacker News new | ask | show | jobs
by chriswarbo 3487 days ago
After discovering TAP a while back I switched a bunch of tests to output in that format, but found that it can't actually be consumed by anything, other than pretty printers (too trivial to bother) or smolder (Web server; too much overkill).

I think there's definitely space for some local commands which graph, analyse, etc. a bunch of TAP, but I haven't found anything like that :(

1 comments

I never had the need to process the output, I just liked the simple structure of my tests and the plan/count/end system.