Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

33 lines (15 loc) · 709 Bytes

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