We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d46a27 commit 1eafc82Copy full SHA for 1eafc82
1 file changed
ietf/tests.py
@@ -151,6 +151,7 @@ def testCoverage(self):
151
for pattern in missing:
152
if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
153
print "NoTest", pattern
154
+ print ""
155
else:
156
print "All the application URL patterns seem to have test cases."
157
#print "Not all the application URLs has test cases."
0 commit comments