Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Remove extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Jan 26, 2025
1 parent c385344 commit 164e3bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_zarr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,6 @@ def store() -> StorePath:

ALL_CODECS = [getattr(numcodecs.zarr3, cls_name) for cls_name in numcodecs.zarr3.__all__]


@pytest.mark.parametrize("codec_class", ALL_CODECS)
def test_entry_points(codec_class: type[numcodecs.zarr3._NumcodecsCodec]):
codec_name = codec_class.codec_name
assert get_codec_class(codec_name) == codec_class


@pytest.mark.parametrize("codec_class", ALL_CODECS)
def test_docstring(codec_class: type[numcodecs.zarr3._NumcodecsCodec]):
assert "See :class:`numcodecs." in codec_class.__doc__ # type: ignore[operator]


@pytest.mark.parametrize(
"codec_class",
[Blosc2],
Expand Down

0 comments on commit 164e3bc

Please sign in to comment.