Best Flask open-source libraries and packages

Flask tdd coverage

Sample Rest API for a Personal Information Module using Flask and Sqlite.
Updated 5 years ago

Flask TDD & Coverage

Personal Information Module API on top of Flask and Sqlite, with TDD in focus, and targeting ~85 code coverage

Requires
  • Python 3.6
  • Flask
  • Pytest
  • Coverage
Run
  • make run
Test
  • make test
Coverage & Report
  • make test report
HTML Report
  • make html