Excluded management commands from code coverage figures -- testing is possible but in many cases would be so slow that the test suite would become much more painful to run.
- Legacy-Id: 11144
This commit is contained in:
parent
50568f0de4
commit
274aa60834
|
@ -349,6 +349,7 @@ TEST_CODE_COVERAGE_EXCLUDE = [
|
|||
"*/tests*",
|
||||
"*/admin.py",
|
||||
"*/migrations/*",
|
||||
"*/management/commands/*",
|
||||
"ietf/settings*",
|
||||
"ietf/utils/test_runner.py",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue