I am running django_coverage on a project using the test_coverage . It works, but includes the output and the final calculation code in /usr/local/lib/python2.6/dist-packages . I am not interested to know about the coverage of these modules, only test coverage for my project. I see in the django_coverage documentation on BitBucket that COVERAGE_PATH_EXCLUDES exists, but it looks like it only applies to project subdirectories, and not to absolute system paths. Also, I see that the default value for COVERAGE_MODULE_EXCLUDES is to exclude any names using "django", but I still get the output for /usr/local/lib/python2.6/dist-packages/django .
Any thoughts on how to fix this?
python django unit-testing tdd django-apps
exupero
source share