Add a separation line between NoTest lines and the following in the test output
- Legacy-Id: 435
This commit is contained in:
parent
6d46a27d6b
commit
1eafc820c1
|
@ -151,6 +151,7 @@ class UrlTestCase(TestCase):
|
||||||
for pattern in missing:
|
for pattern in missing:
|
||||||
if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
|
if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
|
||||||
print "NoTest", pattern
|
print "NoTest", pattern
|
||||||
|
print ""
|
||||||
else:
|
else:
|
||||||
print "All the application URL patterns seem to have test cases."
|
print "All the application URL patterns seem to have test cases."
|
||||||
#print "Not all the application URLs has test cases."
|
#print "Not all the application URLs has test cases."
|
||||||
|
|
Loading…
Reference in a new issue