Skip to content

refactor(testing): call super().__init__ in LatencyStore#4102

Open
maxrjones wants to merge 2 commits into
zarr-developers:mainfrom
maxrjones:refactor/store-init
Open

refactor(testing): call super().__init__ in LatencyStore#4102
maxrjones wants to merge 2 commits into
zarr-developers:mainfrom
maxrjones:refactor/store-init

Conversation

@maxrjones

Copy link
Copy Markdown
Member

Small code improvement to close out an old issue

Closes #2378

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@maxrjones maxrjones requested a review from chuckwondo June 25, 2026 23:23
@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label Jun 25, 2026
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.50%. Comparing base (036ede7) to head (38021be).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4102   +/-   ##
=======================================
  Coverage   93.50%   93.50%           
=======================================
  Files          90       90           
  Lines       11981    11981           
=======================================
  Hits        11203    11203           
  Misses        778      778           
Files with missing lines Coverage Δ
src/zarr/testing/store.py 99.43% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maxrjones maxrjones removed the needs release notes Automatically applied to PRs which haven't added release notes label Jun 26, 2026
@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Child classes do not call the __init__ method of the base class

2 participants