flask-restplus
flask-restplus copied to clipboard
Fix for #576 "Upload File Example Broken"
see https://github.com/noirbizarre/flask-restplus/issues/576
Coverage increased (+0.06%) to 96.892% when pulling 41cfefaf715783dab4e22d2efd6669e75fdcc1be on NAM-MAN:fix_upload_file_example_broken into 9232e1a6599621e97223e1915c9b414c92faf2cc on noirbizarre:master.
Coverage decreased (-0.05%) to 96.782% when pulling c262676ba67dffb1bfe6345a189bf415add3ff1f on NAM-MAN:fix_upload_file_example_broken into 9232e1a6599621e97223e1915c9b414c92faf2cc on noirbizarre:master.
@NAM-MAN can you add corresponding unit tests to ensure the changes are covered?
@andreixk Looking at unittest changed my mind. In this example, just parse like unittest.
Thank you!