Python Flask App Testing Boilerplate Flask App with focus on testing. Usage python3 -m venv myenv source ./venv/bin/activate pip3 install -r requirements.txt pip3 install -r test-requirements.txt python -m pytest ./tests -vv License MIT