mistral/mistral/tests/unit/api
Renat Akhmerov 289273235d Optimize API layer: using from_db_model() instead of from_dict()
* Using method from_db_model() of REST resources where possible
  which is more efficient than from_dict() that requires one more
  object in memory (a dict)
* Minor style changes

Change-Id: Ie1f3137bee94328f2af676a0831e30c1cf212f47
2017-05-22 12:03:17 +07:00
..
v2 Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
__init__.py Moving all API tests under 'mistral.tests.unit' package 2014-09-11 16:42:11 +07:00
base.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00
test_access_control.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
test_auth.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-03-27 09:50:46 +00:00
test_cors_middleware.py Added support for SSL connection in mistra-api server 2016-08-04 19:03:53 +05:30
test_resource_base.py Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
test_service.py Added support for SSL connection in mistra-api server 2016-08-04 19:03:53 +05:30