cloudant / python-cloudant

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

Stop document context manager from saving if an error is raised. #434

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Fix bug where document CM performed save in event of uncaught exception.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Includes 2 additional unit tests.

Monitoring and Logging

No change.