Skip to content

Commit 1eafc82

Browse files
committed
Add a separation line between NoTest lines and the following in the test output
- Legacy-Id: 435
1 parent 6d46a27 commit 1eafc82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def testCoverage(self):
151151
for pattern in missing:
152152
if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
153153
print "NoTest", pattern
154+
print ""
154155
else:
155156
print "All the application URL patterns seem to have test cases."
156157
#print "Not all the application URLs has test cases."

0 commit comments

Comments
 (0)