Improved tests for app settings and added tests for dav_base.config.modules.ModuleMeta
Run tests / Execute tox to run the test suite (push) Successful in 3m27s
Run tests / Execute tox to run the test suite (push) Successful in 3m27s
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"url_prefix": "test",
|
||||
"app_config": ".apps.AppConfig"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
from django.urls import re_path
|
||||
from django.views import generic
|
||||
|
||||
app_name = 'fake_app'
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^$', generic.TemplateView.as_view(), name='root'),
|
||||
]
|
||||
Reference in New Issue
Block a user