python - Exclude system paths from django_coverage -
i'm running django_coverage on project command test_coverage
. it's working, it's including in output , final calculation code in /usr/local/lib/python2.6/dist-packages
. i'm not interested in knowing coverage of modules, test coverage project. see in django_coverage documentation on bitbucket there coverage_path_excludes
, seems apply subdirectories of project , not absolute system paths. also, see default coverage_module_excludes
exclude imports "django" in it, i'm still getting output /usr/local/lib/python2.6/dist-packages/django
.
any thoughts on how fix this?
do have 'django' listed in coverage_path_excludes? have similar setup (django 1.1.2, python 2.6) don't see output django packages in test coverage results. can post using excludes?
Comments
Post a Comment