Skip to content

Commit 320bd60

Browse files
committed
fix(Tests): better handle relative paths
1 parent 3ffa585 commit 320bd60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/mesh/edges/test_mesh_edges_protocols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Callable
33

44
# Third party imports
5-
from src.opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6-
from src.opengeodeweb_viewer.rpc.mesh.edges.mesh_edges_protocols import VtkMeshEdgesView
5+
from opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6+
from opengeodeweb_viewer.rpc.mesh.edges.mesh_edges_protocols import VtkMeshEdgesView
77

88
# Local application imports
99
from tests.mesh.test_mesh_protocols import test_register_mesh

tests/mesh/points/test_mesh_points_protocols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Callable, cast
33

44
# Third party imports
5-
from src.opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6-
from src.opengeodeweb_viewer.rpc.mesh.points.mesh_points_protocols import (
5+
from opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6+
from opengeodeweb_viewer.rpc.mesh.points.mesh_points_protocols import (
77
VtkMeshPointsView,
88
)
99

tests/mesh/polyhedra/test_mesh_polyhedra_protocols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from typing import Callable
33

44
# Third party imports
5-
from src.opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6-
from src.opengeodeweb_viewer.rpc.mesh.polyhedra.polyhedra_protocols import (
5+
from opengeodeweb_viewer.rpc.mesh.mesh_protocols import VtkMeshView
6+
from opengeodeweb_viewer.rpc.mesh.polyhedra.polyhedra_protocols import (
77
VtkMeshPolyhedraView,
88
)
99

0 commit comments

Comments
 (0)