mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

Testing documentation and travis setup #103

Open lambdabaa opened 10 years ago

lambdabaa commented 10 years ago

There are a lot of different kinds of things that live in test/. Many of them look like they run on mocha. Some look like they don't use programmatic assertions but require humans to inspect output for correctness. We should divide these up into sub-folders clearly and create make/grunt/whatever tasks to run the tests easily. Bonus points for running the test suite through continuous integration like travis.