-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
we have fancy pants badges now \o/
I moved tests around a bit and got them running on travis/coveralls (see #776), in the issue we discussed replacing the hand rolled artisanal test suite with a fancy new tool.
The main requirement that I'd like to carry over form the refactoring work, is that we run the suite against hiredis and javascript parsers -- I think it's great to know that the whole test suite is running in both modes -- we should be able to pull this off with either testing framework.
I use mocha on a lot of my projects, but I'd like to put a vote in for trying out node-tap:
https://github.com/isaacs/node-tap
@isaacs has been doing a ton of work on node-tap, and I think its syntax might be a bit closer to the existing test suite?
@erinspice how would you like to divide up work on this?
