# install and activate virtualenv $ source ./init # deevelopment db and server $ flask initdb $ flask run # test suite $ for tests in myapp/tests/*_tests.py ; do python3 $tests ; done ; $ behave myapp/features/