Skip to content

betosales/unittest_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages