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
|
@ -4,7 +4,8 @@ from playhouse.test_utils import assert_query_count
|
|||
|
||||
from data.model import _basequery
|
||||
from endpoints.api.search import ConductRepositorySearch, ConductSearch
|
||||
from endpoints.api.test.shared import client_with_identity, conduct_api_call
|
||||
from endpoints.api.test.shared import conduct_api_call
|
||||
from endpoints.test.shared import client_with_identity
|
||||
from test.fixtures import *
|
||||
|
||||
@pytest.mark.parametrize('query, expected_query_count', [
|
||||
|
|
Reference in a new issue