Updated template exclusion setting.

- Legacy-Id: 13767
This commit is contained in:
Henrik Levkowetz 2017-07-03 21:19:28 +00:00
parent 42b1a41227
commit bf0aec8e89

View file

@ -499,6 +499,7 @@ TEST_TEMPLATE_IGNORE = [
".*", # dot-files
"*~", # tilde temp-files
"#*", # files beginning with a hashmark
"500.html" # isn't loaded by regular loader, but checked by test_500_page()
]
TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json.gz")