Implementing code coverage and unit testing on existing Python/Flask app Implementing code coverage and unit testing on existing Python/Flask app flask flask

Implementing code coverage and unit testing on existing Python/Flask app


Found out the issue.

Turns out, the app.debug=True was the culprit here. app.debug spawns a separate process, or something like that, which we lose insight into coverage.