Skip to content

Commit

Permalink
Merge branch 'expands-search-api-structure' into add-datagateway-and-…
Browse files Browse the repository at this point in the history
…panosc-modes-#256
  • Loading branch information
Viktor Bozhinov committed Nov 4, 2021
2 parents 59eca6e + f51a7b3 commit b57c127
Show file tree
Hide file tree
Showing 38 changed files with 9 additions and 9 deletions.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
create_api_endpoints,
create_app_infrastructure,
)
from test.icat.endpoints.test_create_icat import TestICATCreateData
from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.endpoints.test_create_icat import TestICATCreateData
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


@pytest.fixture(scope="package")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestICATCreateData:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestICATFindone:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestICATGetByID:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestICATGetWithFilters:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestICATableEndpoints:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestUpdateByID:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from test.icat.test_query import prepare_icat_data_for_assertion
from test.datagateway_api.icat.test_query import prepare_icat_data_for_assertion


class TestUpdateMultipleEntities:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added test/search_api/__init__.py
Empty file.

0 comments on commit b57c127

Please sign in to comment.