django-coverage
django-coverage copied to clipboard
COVERAGE_IGNORE_TESTS setting
Added COVERAGE_IGNORE_TESTS for excluding some app tests from suite.
I know about excluding from report, goal is to exclude from test run third party applications used in project. It's not about coverage, but is simple and usable. Why use 2 modules (django-coverage and custom runner) instead of one great django-coverage runner? I like last :)
For the reference: https://bitbucket.org/kmike/django-coverage/issue/9/coverage_ignore_tests