Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 336 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 336 Bytes

Unittest Examples

You should create an virtual environment

pip install virtualenv
virtualenv venv

Then install requirements.txt

pip install -r requirements.txt

To run project you must run flask

flask run

To test project you run the follow command

flask test