Moves largerapp into patterns dir and add test

- also adds this pattern into tox for testing
This commit is contained in:
wgwz 2016-12-31 12:08:25 -05:00
parent 949771adf5
commit 92fa444259
9 changed files with 13 additions and 0 deletions

View file

@ -10,6 +10,7 @@ commands =
# We need to install those after Flask is installed.
pip install -e examples/flaskr
pip install -e examples/minitwit
pip install -e examples/patterns/largerapp
py.test --cov=flask --cov-report html []
deps=
pytest