deckhand/deckhand/tests/unit/db
Felipe Monteiro b47f421abf DECKHAND-87: Deckhand API client library
This PS implements the Deckhand API client library
which is based off the python-novaclient code base.
The client library includes managers for all the
Deckhand APIs.

The following features have been implemented:
  * Framework for API client library
  * Manager for each Deckhand API (buckets, revisions, etc.)
  * API client library documentation

Tests will be added in a follow-up (once Deckhand functional
tests use Keystone).

Change-Id: I829a030738f42dc7ddec623d881a99ed97d04520
2017-12-13 20:56:23 +00:00
..
__init__.py Add unit tests for db documents api. 2017-07-21 05:31:59 +01:00
base.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00
test_documents.py Implement sort filter 2017-11-29 20:53:21 +00:00
test_documents_negative.py Revamp document hashing 2017-10-02 18:09:13 +01:00
test_layering_policies.py Only allow one LayeringPolicy to exist in the system. 2017-10-26 17:38:24 -04:00
test_revision_diffing.py Revision diffing API. 2017-09-25 21:58:30 +01:00
test_revision_documents.py Implement sort filter 2017-11-29 20:53:21 +00:00
test_revision_rollback.py Always rollback to the target revision 2017-11-30 16:32:18 +00:00
test_revision_tags.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
test_revision_tags_negative.py Revamp document hashing 2017-10-02 18:09:13 +01:00
test_revisions.py Implement sort filter 2017-11-29 20:53:21 +00:00
test_validations.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00