Skip to content

PyMarcus/django-unit-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-unit-tests

TDD

Run django-tests

 python manage.py test

Run coverage

coverage run manage.py test

show coverage report

 coverage report

image

create coverage html

 coverage html

image

image

After tests

image