Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 245 Bytes

flask-restfull-example

Python 2.7

To run:

  1. Setup your own .env file
  2. pip install -r requirements.txt
  3. python -m flask run

Testing

pytest command:

  • pytest

coverage commands:

  • coverage run -m pytest
  • coverage report