From fd81cc1d938e71d1e6c4d0c8f6154b8726bb0645 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 30 Nov 2016 16:03:42 -0800 Subject: [PATCH] test-backend: Clarify missing template tests error message. --- tools/test-backend | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-backend b/tools/test-backend index 7f29043d59..5d3c378480 100755 --- a/tools/test-backend +++ b/tools/test-backend @@ -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: