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

allow DocBlueprintMixin to be configured using kwargs

Open sjhewitt opened this issue 3 years ago • 1 comments

This makes it possible to create 2 Api instances with the UI for the same app

sjhewitt avatar Jun 30 '21 05:06 sjhewitt

Codecov Report

Merging #259 (63ee52a) into master (807aaf1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          14       14           
  Lines         784      785    +1     
  Branches      143      143           
=======================================
+ Hits          782      783    +1     
  Partials        2        2           
Impacted Files Coverage Δ
flask_smorest/__init__.py 100.00% <100.00%> (ø)
flask_smorest/spec/__init__.py 100.00% <100.00%> (ø)

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 807aaf1...63ee52a. Read the comment docs.

codecov[bot] avatar Jul 29 '21 19:07 codecov[bot]

Thank you for contributing.

Closing this because I'd rather take another approach. See #252.

lafrech avatar Oct 16 '22 19:10 lafrech