zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

missing doctests

Open d-v-b opened this issue 3 months ago • 1 comments

I don't think we have doctests working -- the doctest commands were removed from pyproject.toml in our switch to mkdocs, and the CI doctest job silently does nothing. We should probably fix this.

d-v-b avatar Oct 01 '25 11:10 d-v-b

this was partially addressed by #3500, but there are still many instances of code samples in our docstrings that have not been migrated to code-fenced markdown blocks. These all need to be converted before our doctests are complete.

d-v-b avatar Oct 03 '25 15:10 d-v-b