flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

fix to_marshallable_type

Open mas15 opened this issue 5 years ago • 3 comments

Having __getitem__ does not mean you can do dict unpacking (**obj) Related to old bug: https://github.com/flask-restful/flask-restful/issues/324

mas15 avatar Oct 26 '20 11:10 mas15

Codecov Report

Merging #241 (9fbe250) into master (a59b634) will decrease coverage by 0.58%. The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
- Coverage   96.85%   96.27%   -0.59%     
==========================================
  Files          19       19              
  Lines        2705     2708       +3     
==========================================
- Hits         2620     2607      -13     
- Misses         85      101      +16     
Impacted Files Coverage Δ
flask_restx/fields.py 95.94% <60.00%> (-0.65%) :arrow_down:
flask_restx/schemas/__init__.py 80.32% <0.00%> (-3.28%) :arrow_down:
flask_restx/cors.py 78.04% <0.00%> (-2.44%) :arrow_down:
flask_restx/model.py 95.55% <0.00%> (-1.49%) :arrow_down:
flask_restx/swagger.py 95.48% <0.00%> (-1.26%) :arrow_down:
flask_restx/marshalling.py 97.32% <0.00%> (-0.90%) :arrow_down:
flask_restx/reqparse.py 97.87% <0.00%> (-0.86%) :arrow_down:
flask_restx/inputs.py 98.91% <0.00%> (-0.01%) :arrow_down:

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 a59b634...9fbe250. Read the comment docs.

codecov[bot] avatar Oct 26 '20 11:10 codecov[bot]

@j5awry Hi, is this project dead?

mas15 avatar Nov 15 '20 12:11 mas15

Dead, no. But the current group of maintainers are stretched thin. If you'd like to become a maintainer, and help with release work and other administrative duties, please head to our gitter and volunteer: https://gitter.im/python-restx/community

We're late on a release, but our main release guide hasn't had a chance to sort through everything.

j5awry avatar Nov 16 '20 13:11 j5awry