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

0.1.0 #5

Merged
merged 37 commits into from Sep 28, 2021
Merged

0.1.0 #5

merged 37 commits into from Sep 28, 2021

Conversation

devinaconley
Copy link
Owner

Merge updates for release 0.1.0

  • integrate marshmallow serialization framework
  • support typed fields
  • implement nested factory field for marshmallow
  • allow custom marshmallow schema
  • expose static factory methods directly
  • support type enforcement and hinting in factory create method
  • support required fields
  • add from_kwargs constructor to free up __init__
  • create proper abstract base classes
  • refactor and expand test suite
  • setup documentation with sphinx and read the docs
  • update travis build for new platform
  • improve documentation
  • various bug fixes

@codecov-commenter
Copy link

Codecov Report

Merging #5 (ea4cce5) into develop (f4158af) will decrease coverage by 0.05%.
The diff coverage is 98.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #5      +/-   ##
===========================================
- Coverage    98.54%   98.49%   -0.06%     
===========================================
  Files            7       17      +10     
  Lines          344      930     +586     
===========================================
+ Hits           339      916     +577     
- Misses           5       14       +9     
Impacted Files Coverage Δ
objectfactory/base.py 76.19% <76.19%> (ø)
objectfactory/nested.py 86.95% <86.95%> (ø)
objectfactory/field.py 93.87% <93.87%> (+5.50%) ⬆️
test/test_custom_schema.py 97.46% <97.46%> (ø)
objectfactory/serializable.py 98.03% <97.67%> (-1.97%) ⬇️
objectfactory/__init__.py 100.00% <100.00%> (ø)
objectfactory/factory.py 100.00% <100.00%> (ø)
test/test_boolean.py 100.00% <100.00%> (ø)
test/test_factory.py 100.00% <100.00%> (ø)
test/test_fields.py 100.00% <100.00%> (ø)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4158af...ea4cce5. Read the comment docs.

@devinaconley devinaconley merged commit 96b6cc8 into develop Sep 28, 2021
@devinaconley devinaconley deleted the 0.1.0 branch September 17, 2022 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants