Skip to content

Commit

Permalink
Expand test case partitioning columns
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 24, 2025
1 parent eac9cbe commit dfce2a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ def test_open_dataset(simmed_ms):
],
ids=id_string,
)
@pytest.mark.parametrize("partition_columns", [["DATA_DESC_ID", "FIELD_ID"]])
@pytest.mark.parametrize(
"partition_columns", [["DATA_DESC_ID", "OBSERVATION_ID", "FIELD_ID"]]
)
def test_open_dataset_partition_keys(
simmed_ms, partition_columns, partition_key, pols, nfreq
):
Expand Down

0 comments on commit dfce2a0

Please sign in to comment.