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.
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.
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.