chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

Add simple partition support (get from partition view). Allow _delete… #62

Open davidnixon opened 3 years ago

davidnixon commented 3 years ago

…d for bulk_docs. Fix a flaw in get_uuids.

Just fixing up what I needed to try and use this for unit testing.