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

Issue #39 resolved. Added support for ma schema instances as nested field in outer schema #40

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

AndreyKis
Copy link
Contributor

Resolves #39
Adds possibility to use marshmallow schema instance as first parameter of Nested fields constructor.

@codecov-io
Copy link

Codecov Report

Merging #40 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         673    708   +35     
=====================================
+ Hits          673    708   +35
Impacted Files Coverage Δ
flask_accepts/utils_test.py 100% <100%> (ø) ⬆️
flask_accepts/utils.py 100% <100%> (ø) ⬆️

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 13a1701...9751916. Read the comment docs.

@apryor6
Copy link
Owner

apryor6 commented Oct 11, 2019

LGTM, thanks!

@apryor6 apryor6 merged commit 56b8506 into apryor6:master Oct 11, 2019
@apryor6
Copy link
Owner

apryor6 commented Oct 11, 2019

@AndreyKis
Copy link
Contributor Author

Awesome, thank you!

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.

Add support of marshmallow schema instance as nested parameter.
3 participants