feat(test): Exclude from coverage check
This commit is contained in:
@@ -30,6 +30,6 @@ urlpatterns += i18n_patterns(
|
||||
prefix_default_language=False
|
||||
)
|
||||
|
||||
if settings.DEBUG:
|
||||
if settings.DEBUG: # pragma: no cover
|
||||
urlpatterns += static(settings.MEDIA_URL,
|
||||
document_root=settings.MEDIA_ROOT)
|
||||
|
Reference in New Issue
Block a user