We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341811e commit b6c7aedCopy full SHA for b6c7aed
1 file changed
ietf/tests.py
@@ -138,6 +138,7 @@ def doUrlsTest(self, lst):
138
testtext = reduce(response.content)
139
goodtext = reduce(goodhtml)
140
if not testtext == goodtext:
141
+ print "Diff: %s" % (url)
142
for line in unified_diff(goodtext, testtext, url, master, lineterm=False):
143
print line
144
except urllib.URLError, e:
0 commit comments