Skip to content

Commit

Permalink
add parquet to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 11, 2024
1 parent 95ba8df commit adef69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilities/test_dataset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_dataset_config_files(backend: str) -> None:


@pytest.mark.order(6)
@pytest.mark.parametrize("backend", ["sqlite"])
@pytest.mark.parametrize("backend", ["sqlite", "parquet"])
def test_multiple_dataset_config_dict_selection(backend: str) -> None:
"""Test constructing Dataset with multiple data paths."""
# Arrange
Expand Down

0 comments on commit adef69b

Please sign in to comment.