/flask-tdd-coverage

Sample Rest API for a Personal Information Module using Flask and Sqlite.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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