We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2c3ab commit e044b6eCopy full SHA for e044b6e
1 file changed
ietf/tests.py
@@ -139,7 +139,7 @@ def testCoverage(self):
139
#self.assertEqual(set(patterns), set(covered), "Not all the
140
#application URLs has test cases. The missing are: %s" % (list(set(patterns) - set(covered))))
141
if not set(self.patterns) == set(covered):
142
- print "Not all the application URLs has test cases. The missing are: \n %s" % ("\n ".join(list(set(patterns) - set(covered))))
+ print "Not all the application URLs has test cases. The missing are: \n %s" % ("\n ".join(list(set(self.patterns) - set(covered))))
143
else:
144
print "All the application URL patterns seem to have test cases."
145
#print "Not all the application URLs has test cases."
0 commit comments