Skip to content

Commit 274aa60

Browse files
committed
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
1 parent 50568f0 commit 274aa60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def skip_unreadable_post(record):
349349
"*/tests*",
350350
"*/admin.py",
351351
"*/migrations/*",
352+
"*/management/commands/*",
352353
"ietf/settings*",
353354
"ietf/utils/test_runner.py",
354355
]

0 commit comments

Comments
 (0)