cloudant / python-cloudant

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

Added test attributes #407

Closed ricellis closed 6 years ago

ricellis commented 6 years ago

Checklist

Description

Added attributes for running integration tests that use a database separately from "true" unit tests.

Approach

Tagged tests that require a real database:

Added test filtering by attributes to Travis and Jenkinsfile. Removed test skips that can now be controlled by attributes - note there are still some other remaining test skip environment variables.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging