tests -- Ignore url entries without name

This commit is contained in:
Aurélien Delobelle 2018-10-28 14:25:43 +01:00
parent 57a2af285a
commit a71fbb0ed3

View file

@ -330,6 +330,7 @@ class ViewTestCaseMixin(TestCaseMixin):
kwargs=url_conf.get("kwargs", {}),
)
for url_conf in self.urls_conf
if url_conf["name"] is not None
]
@property