Move conduct_call into a common test lib for all endpoints
This commit is contained in:
parent
91d2cb1ec1
commit
2f018046ec
12 changed files with 83 additions and 66 deletions
|
@ -5,7 +5,7 @@ from flask import url_for
|
|||
|
||||
from data import model
|
||||
from endpoints.appr.registry import appr_bp, blobs
|
||||
from endpoints.api.test.shared import client_with_identity
|
||||
from endpoints.test.shared import client_with_identity
|
||||
from test.fixtures import *
|
||||
|
||||
BLOB_ARGS = {'digest': 'abcd1235'}
|
||||
|
|
Reference in a new issue