betosales / unittest_example

project just to show how to use unittest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

project just to show how to use unittest


Languages

Language:Python 100.0%