mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Modified some regression tests to make them independent of the default root urlconf.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
bcdbafc88a
commit
3b94af8a84
11 changed files with 38 additions and 41 deletions
|
@ -30,19 +30,4 @@ urlpatterns = patterns('',
|
|||
(r'widget_admin/', include('regressiontests.admin_widgets.urls')),
|
||||
|
||||
(r'^utils/', include('regressiontests.utils.urls')),
|
||||
|
||||
# test urlconf for syndication tests
|
||||
(r'^syndication/', include('regressiontests.syndication.urls')),
|
||||
|
||||
# conditional get views
|
||||
(r'condition/', include('regressiontests.conditional_processing.urls')),
|
||||
|
||||
# middleware exceptions tests
|
||||
(r'middleware_exceptions/', include('regressiontests.middleware_exceptions.urls')),
|
||||
|
||||
# special headers views
|
||||
(r'special_headers/', include('regressiontests.special_headers.urls')),
|
||||
|
||||
# test util views
|
||||
(r'test_utils/', include('regressiontests.test_utils.urls')),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue