We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed8e1c commit 70f85c6Copy full SHA for 70f85c6
1 file changed
ietf/tests.py
@@ -149,7 +149,8 @@ def testCoverage(self):
149
print "Not all the application URLs has test cases, there are %d missing." % (len(missing))
150
print "The ones missing are: "
151
for pattern in missing:
152
- print "Miss", pattern
+ if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
153
+ print "Miss", pattern
154
else:
155
print "All the application URL patterns seem to have test cases."
156
#print "Not all the application URLs has test cases."
0 commit comments