histrio / py-couchdb

Modern pure python CouchDB Client.
https://pycouchdb.readthedocs.org/
Other
120 stars 43 forks source link

Fixed a silly problem. #8

Closed flexd closed 11 years ago

flexd commented 11 years ago

Uses json.JSONEncoder() instead of just json (which would fail).

Added a tiny test to see if it works.

TODO:

There needs to be better test coverage, there is nothing testing startkey and endkey queries besides the little test I put in place now.

niwinz commented 11 years ago

Thanks!