Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 631 Bytes

static-files-in-django

Build Status

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