An open API service indexing awesome lists of open source software.

https://github.com/olaseni/flask-tdd-coverage

Sample Rest API for a Personal Information Module using Flask and Sqlite.
https://github.com/olaseni/flask-tdd-coverage

coverage flask python3

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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