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

Adding support for GET _uuids #26

Closed watchforstock closed 9 years ago

watchforstock commented 9 years ago

I needed support for the _uuids command so have added it here. Instead of generating full UUIDs as per couch, it's just generating integers. For my use case this allows the ID of the generated items to be predicted and therefore checked in the tests.