cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Test failures running against Cloudant service #205

Closed ricellis closed 8 years ago

ricellis commented 8 years ago

There are a few test failures on the current master when running against the Cloudant service:

ricellis commented 8 years ago

tests.unit.result_tests.ResultTests.test_get_item_key_slice_start_greater_than_stop is failing because of a server return code bug for the version on our test cluster. The feed tests were also resolved by a test cluster update. tests.unit.design_document_tests.DesignDocumentTests.test_fetch_map_reduce has been moved to #207.