Add a couple more of the scripts that aren't supposed to be tested

directly to TEST_CODE_COVERAGE_EXCLUDE
 - Legacy-Id: 12152
This commit is contained in:
Ole Laursen 2016-10-14 16:24:27 +00:00
parent da032407f7
commit 38109e5f13

View file

@ -389,6 +389,11 @@ TEST_CODE_COVERAGE_EXCLUDE = [
"*/admin.py",
"*/migrations/*",
"*/management/commands/*",
"idindex/generate_all_id2_txt.py",
"idindex/generate_all_id_txt.py",
"idindex/generate_id_abstracts_txt.py",
"idindex/generate_id_index_txt.py",
"name/generate_fixtures.py",
"review/import_from_review_tool.py",
"ietf/settings*",
"ietf/utils/test_runner.py",