deckhand/deckhand/tests/unit/control
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 Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Request middleware conditionally require content-type 2017-11-07 05:52:09 +00:00
test_api_initialization.py Align code with docs for validation entries 2017-11-07 14:20:46 -06:00
test_base_controller.py DECKHAND-80: Validations API Implementation 2017-10-21 23:09:16 -04:00
test_buckets_controller.py Fix corner case for document re-creation in different bucket 2017-11-06 23:24:01 +00:00
test_errors.py Deckhand Negative RBAC test scenarios 2017-10-31 17:37:39 +00:00
test_health_controller.py Unit tests for health/versions controller 2017-11-11 04:07:28 -05:00
test_middleware.py Request middleware conditionally require content-type 2017-11-07 05:52:09 +00:00
test_rendered_documents_controller.py Exclude previously deleted documents from current revision 2017-11-24 18:13:55 +00:00
test_revision_documents_controller.py Implement sort filter 2017-11-29 20:53:21 +00:00
test_revision_tags_controller.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
test_revisions_controller.py Deckhand Negative RBAC test scenarios 2017-10-31 17:37:39 +00:00
test_revisions_diff_controller.py Deckhand Negative RBAC test scenarios 2017-10-31 17:37:39 +00:00
test_revisions_rollback_controller.py Deckhand Negative RBAC test scenarios 2017-10-31 17:37:39 +00:00
test_validations_controller.py Align code with docs for validation entries 2017-11-07 14:20:46 -06:00
test_versions_controller.py Unit tests for health/versions controller 2017-11-11 04:07:28 -05:00