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