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 -vvMIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 -vvMIT