Skip to content

Commit

Permalink
remove relateds tests
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huong Nguyen committed Dec 2, 2024
1 parent 11989df commit 943699d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 419 deletions.
5 changes: 0 additions & 5 deletions package/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
ModularPipelinesRepository,
)
from kedro_viz.integrations.kedro.hooks import DatasetStatsHook
from kedro_viz.integrations.kedro.sqlite_store import SQLiteStore
from kedro_viz.models.flowchart.node_metadata import DataNodeMetadata
from kedro_viz.models.flowchart.nodes import GraphNode
from kedro_viz.server import populate_data
Expand All @@ -43,10 +42,6 @@ def session_store():
yield BaseSessionStore("dummy_path", "dummy_session_id")


@pytest.fixture
def sqlite_session_store(tmp_path):
yield SQLiteStore(tmp_path, "dummy_session_id")


@pytest.fixture
def example_stats_dict():
Expand Down
Loading

0 comments on commit 943699d

Please sign in to comment.