Skip to content

circlelychen/_flask_testing_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this Repo

This is the Git repo for demonstrating how TDD (Test-Driven Development) works on flask-based restful api server.

Prerequisite:

pip install -r req.txt 

How to run:

python manage.py init_db
python wsgi.py 

How to run testing

nosetests -vv --nologcapture tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages