The basic blog app built in the Flask tutorial.
- Open a workspace
- https://gitpod.io/from-referrer/
$ pip install '.[test]' $ pytest
Run with coverage report:
$ coverage run -m pytest $ coverage report $ coverage html # open htmlcov/index.html in a browser