Skip to content

Commit f9f649b

Browse files
committed
Minor test cleanup
1 parent 5bda830 commit f9f649b

File tree

3 files changed

+159
-146
lines changed

3 files changed

+159
-146
lines changed

tiledb/tests/common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,8 @@ def assert_captured(cap, expected):
343343
out, err = cap.readouterr()
344344
assert not err
345345
assert expected in out
346+
347+
348+
@pytest.fixture(scope="module", params=["hilbert", "row-major"])
349+
def fx_sparse_cell_order(request):
350+
yield request.param

0 commit comments

Comments
 (0)