Skip to content

Commit

Permalink
Minor test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Aug 15, 2023
1 parent 6cfe365 commit c66bf6a
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 146 deletions.
5 changes: 5 additions & 0 deletions tiledb/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,8 @@ def assert_captured(cap, expected):
out, err = cap.readouterr()
assert not err
assert expected in out


@pytest.fixture(scope="module", params=["hilbert", "row-major"])
def fx_sparse_cell_order(request):
yield request.param
Loading

0 comments on commit c66bf6a

Please sign in to comment.