Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

feat!: implement io.asdict and io.fromdict#426

Merged
redeboer merged 7 commits intomasterfrom
asdict-fromdict
Jan 8, 2021
Merged

feat!: implement io.asdict and io.fromdict#426
redeboer merged 7 commits intomasterfrom
asdict-fromdict

Conversation

@redeboer
Copy link
Copy Markdown
Member

@redeboer redeboer commented Jan 8, 2021

Closes #385

@redeboer redeboer added 💡 Feature New feature added to the package Bug Something isn't working 🖱️ DX Improvements to the Developer Experience labels Jan 8, 2021
@redeboer redeboer self-assigned this Jan 8, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 8, 2021

Codecov Report

Merging #426 (86ac2ca) into master (6b137b9) will decrease coverage by 0.20%.
The diff coverage is 75.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
- Coverage   90.14%   89.94%   -0.21%     
==========================================
  Files          22       22              
  Lines        3441     3460      +19     
  Branches      847      852       +5     
==========================================
+ Hits         3102     3112      +10     
- Misses        172      178       +6     
- Partials      167      170       +3     
Flag Coverage Δ
unittests 89.94% <75.60%> (-0.21%) ⬇️

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

Impacted Files Coverage Δ
src/expertsystem/io/__init__.py 82.25% <69.23%> (-12.75%) ⬇️
src/expertsystem/io/_dict/__init__.py 83.33% <75.00%> (ø)
src/expertsystem/io/_dict/_build.py 84.87% <100.00%> (ø)
src/expertsystem/io/_dict/_dump.py 81.89% <100.00%> (ø)
src/expertsystem/io/_dict/_validate.py 100.00% <100.00%> (ø)

@redeboer redeboer merged commit d892924 into master Jan 8, 2021
@redeboer redeboer deleted the asdict-fromdict branch January 8, 2021 20:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Bug Something isn't working 🖱️ DX Improvements to the Developer Experience 💡 Feature New feature added to the package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make serialization to dict public

1 participant