http-parser
http-parser copied to clipboard
Convert test suite to TAP output
Right now the test suite has a proprietary/unique way of outputting the status of tests. It would be better if it used something like TAP, which is already used by nodejs/node, libuv/libuv, and other projects. I'm going to try and take a look at this, but someone else can give it a shot if they want :)