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
No related branches found
No related tags found
1 merge request!143Release 0.15.0
......@@ -21,7 +21,7 @@
import warnings
from caosdb.exceptions import (CaosDBConnectionError, CaosDBException,
from linkahead.exceptions import (CaosDBConnectionError, CaosDBException,
LinkAheadConnectionError, LinkAheadException)
# make sure the deprecation is raised
......
......@@ -23,19 +23,19 @@
# A. Schlemmer, 02/2022
import caosdb as db
from caosdb.high_level_api import (convert_to_entity, convert_to_python_object,
import linkahead as db
from linkahead.high_level_api import (convert_to_entity, convert_to_python_object,
new_high_level_entity)
from caosdb.high_level_api import (CaosDBPythonUnresolvedParent,
from linkahead.high_level_api import (CaosDBPythonUnresolvedParent,
CaosDBPythonUnresolvedReference,
CaosDBPythonRecord, CaosDBPythonFile,
high_level_type_for_standard_type,
standard_type_for_high_level_type,
high_level_type_for_role,
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,
is_reference)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment