test-backend: Clarify missing template tests error message.

This commit is contained in:
Tim Abbott 2016-11-30 16:03:42 -08:00
parent f8f017c221
commit fd81cc1d93
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ if __name__ == "__main__":
print("\nError: %s templates have no tests!" % (missed_count,))
for template in templates_not_rendered:
print(' {}'.format(template))
print("See zerver/tests/test_templates.py for the exclude list.")
failures = True
if options.coverage: