Slightly better 'skip' messages from ietf/tests.py
- Legacy-Id: 354
This commit is contained in:
parent
3b72993903
commit
1ec697c90a
|
@ -242,6 +242,6 @@ class UrlTestCase(TestCase):
|
|||
else:
|
||||
print "Test exists for %s" % (url)
|
||||
else:
|
||||
lst.append((["Skip"], url, None))
|
||||
lst.append((["Skip"], pattern, None))
|
||||
|
||||
self.doUrlsTest(lst)
|
||||
|
|
Loading…
Reference in a new issue