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