django-coverage icon indicating copy to clipboard operation
django-coverage copied to clipboard

COVERAGE_IGNORE_TESTS setting

Open qnub opened this issue 13 years ago • 2 comments

Added COVERAGE_IGNORE_TESTS for excluding some app tests from suite.

qnub avatar Jan 06 '12 13:01 qnub

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 :)

qnub avatar Jan 07 '12 06:01 qnub

For the reference: https://bitbucket.org/kmike/django-coverage/issue/9/coverage_ignore_tests

kmike avatar Jan 11 '12 23:01 kmike