Project used in blog entry which I wrote at Agiliq blog.
###Running test
python manage.py test some_app other_app --settings=test_project.test_settings
###Running test with coverage.py
coverage run --source="." manage.py test some_app other_app --settings=test_project.test_settings
#####Generate html report for test
coverage html