I installed django_test_coverage by easy install and simply added the line
TEST_RUNNER = 'django_test_coverage.runner.CoverageTestSuiteRunner'
to my settings (Django 1.4)
But when I run the test with
python manage.py test myapp
I am getting:
ImportError: No module named django_test_coverage.runner