Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 392 Bytes

README.rst

File metadata and controls

28 lines (17 loc) · 392 Bytes

Flaskr

The basic blog app built in the Flask tutorial.

Run

Open a workspace
https://gitpod.io/from-referrer/

Test

$ pip install '.[test]'
$ pytest

Run with coverage report:

$ coverage run -m pytest
$ coverage report
$ coverage html  # open htmlcov/index.html in a browser