hackersatbrown / testify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testify

A library of utility functions for testing an API using a Restify client.

Testify is developed in CoffeeScript, but you can always compile it down to JavaScript if needed. Just run:

$ npm install coffee-script
$ ./node_modules/.bin/coffee -c lib/testify.coffee

Installing

$ npm install git://github.com/hackersatbrown/testify.git

About


Languages

Language:CoffeeScript 100.0%