We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc47d5 commit 6754503Copy full SHA for 6754503
zarr/tests/test_dim_separator.py
@@ -80,7 +80,7 @@ def verify(array, expect_failure=False):
80
if expect_failure:
81
pytest.xfail()
82
else:
83
- raise
+ raise # pragma: no cover
84
85
86
def test_open(dataset):
0 commit comments