Don't require test URLs for admin and account apps now.
- Legacy-Id: 429
This commit is contained in:
parent
bed8e1c90b
commit
70f85c60aa
|
@ -149,6 +149,7 @@ class UrlTestCase(TestCase):
|
|||
print "Not all the application URLs has test cases, there are %d missing." % (len(missing))
|
||||
print "The ones missing are: "
|
||||
for pattern in missing:
|
||||
if not pattern[1:].split("/")[0] in [ "admin", "accounts" ]:
|
||||
print "Miss", pattern
|
||||
else:
|
||||
print "All the application URL patterns seem to have test cases."
|
||||
|
|
Loading…
Reference in a new issue