Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add named dataclasses as a feature #141

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

gordonwatts
Copy link
Member

@gordonwatts gordonwatts commented Apr 25, 2024

Named Tuples and data classes

  • Update documentation

Fixes #63

@gordonwatts gordonwatts self-assigned this Apr 25, 2024
@gordonwatts gordonwatts added the enhancement New feature or request label Apr 25, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (8612740) to head (fc1899e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #141   +/-   ##
=======================================
  Coverage   96.97%   96.98%           
=======================================
  Files          15       15           
  Lines        1324     1327    +3     
=======================================
+ Hits         1284     1287    +3     
  Misses         40       40           
Flag Coverage Δ
unittests 96.98% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Named Tuples and data classes
2 participants