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 #240: use default on None Float field #327

Merged
merged 3 commits into from Jun 1, 2021

Conversation

bdscharf
Copy link
Contributor

This resolves issue #240 and provides a test to cover the case. Picks up from where PR #277 stalled.

.venv is also added to the .gitignore (created by virtual-fish--let me know if you'd like it removed!

@codecov
Copy link

codecov bot commented May 27, 2021

Codecov Report

Merging #327 (aa3492d) into master (409dc7a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   96.77%   96.78%           
=======================================
  Files          20       20           
  Lines        2732     2734    +2     
=======================================
+ Hits         2644     2646    +2     
  Misses         88       88           
Impacted Files Coverage Δ
flask_restx/fields.py 96.45% <100.00%> (+0.01%) ⬆️

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 409dc7a...aa3492d. Read the comment docs.

@bdscharf bdscharf changed the title Issue #240: default on None Float field Issue #240: use default on None Float field May 29, 2021
@j5awry j5awry merged commit d16eead into python-restx:master Jun 1, 2021
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