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.
- Host: GitHub
- URL: https://github.com/olaseni/flask-tdd-coverage
- Owner: olaseni
- License: gpl-3.0
- Created: 2018-12-01T01:22:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T15:29:07.000Z (over 6 years ago)
- Last Synced: 2025-02-13T03:30:02.753Z (5 months ago)
- Topics: coverage, flask, python3
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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