From 1eafc820c1387ef71b622f2a16c6856bb116a8ac Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 16 Jun 2007 16:21:18 +0000 Subject: [PATCH] Add a separation line between NoTest lines and the following in the test output - Legacy-Id: 435 --- ietf/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/tests.py b/ietf/tests.py index 746bd2f20..71b02ce32 100644 --- a/ietf/tests.py +++ b/ietf/tests.py @@ -151,6 +151,7 @@ class UrlTestCase(TestCase): for pattern in missing: if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]: print "NoTest", pattern + print "" else: print "All the application URL patterns seem to have test cases." #print "Not all the application URLs has test cases."