Skip to content

Commit

Permalink
remove commented out fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: tdhooghe <[email protected]>
  • Loading branch information
tdhooghe committed Oct 23, 2024
1 parent d17b8a6 commit c5c9e4d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions kedro-datasets/tests/snowflake/test_snowpark_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,6 @@ def sample_pd_df() -> pd.DataFrame:
)


# @pytest.fixture
# def mock_get_session(mocker):
# return mocker.patch(
# "kedro_datasets.snowflake.snowpark_dataset.SnowparkTableDataset._get_session"
# )


# @pytest.fixture
# def mock_session_create(mocker):
# return mocker.patch("snowflake.snowpark.Session.builder.configs.create")


class TestSnowparkTableDataset:
"""Tests for the SnowparkTableDataset functionality."""

Expand Down

0 comments on commit c5c9e4d

Please sign in to comment.