From 38109e5f13781cabd8a578c0723076a8cdf94bbb Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 14 Oct 2016 16:24:27 +0000 Subject: [PATCH] Add a couple more of the scripts that aren't supposed to be tested directly to TEST_CODE_COVERAGE_EXCLUDE - Legacy-Id: 12152 --- ietf/settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index 71d92ba42..80dafb3db 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -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",