/django-unit-tests

TDD with djang-testcase, model_mommy and coverage

Primary LanguageCSS

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