Skip to content
Snippets Groups Projects
Commit c861d98e authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Make exception and high level api tests import linkahead instead of caosdb

parent 78a0bcdf
Branches
No related tags found
1 merge request!143Release 0.15.0
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
import warnings import warnings
from caosdb.exceptions import (CaosDBConnectionError, CaosDBException, from linkahead.exceptions import (CaosDBConnectionError, CaosDBException,
LinkAheadConnectionError, LinkAheadException) LinkAheadConnectionError, LinkAheadException)
# make sure the deprecation is raised # make sure the deprecation is raised
......
...@@ -23,19 +23,19 @@ ...@@ -23,19 +23,19 @@
# A. Schlemmer, 02/2022 # A. Schlemmer, 02/2022
import caosdb as db import linkahead as db
from caosdb.high_level_api import (convert_to_entity, convert_to_python_object, from linkahead.high_level_api import (convert_to_entity, convert_to_python_object,
new_high_level_entity) new_high_level_entity)
from caosdb.high_level_api import (CaosDBPythonUnresolvedParent, from linkahead.high_level_api import (CaosDBPythonUnresolvedParent,
CaosDBPythonUnresolvedReference, CaosDBPythonUnresolvedReference,
CaosDBPythonRecord, CaosDBPythonFile, CaosDBPythonRecord, CaosDBPythonFile,
high_level_type_for_standard_type, high_level_type_for_standard_type,
standard_type_for_high_level_type, standard_type_for_high_level_type,
high_level_type_for_role, high_level_type_for_role,
CaosDBPythonEntity) CaosDBPythonEntity)
from caosdb.apiutils import compare_entities from linkahead.apiutils import compare_entities
from caosdb.common.datatype import (is_list_datatype, from linkahead.common.datatype import (is_list_datatype,
get_list_datatype, get_list_datatype,
is_reference) is_reference)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment