keystone/keystone/tests/unit/server
Morgan Fainberg da4eb43f5c Move unenforced_api decorator to module function
Move the unenforced_api decorator off the APIBase object and into
the module. It is likely the code would require calling the decorator
from the module level anyway since the Resource is added to a list
that is a property of the API. Moving the decorator makes it so the
call is more akin to @keystone_flask.unenforced_api instead of
@keystone_flask.APIBase.unenforced_api.

Change-Id: Ic1d5466bc26c76886333f00b6962886fd2ce32fd
Partial-Bug: #1776504
2018-08-01 18:22:52 +00:00
..
__init__.py Flesh out and add testing for flask_RESTful scaffolding 2018-07-12 15:08:19 -07:00
test_keystone_flask.py Move unenforced_api decorator to module function 2018-08-01 18:22:52 +00:00