Changed utils/decorators.py tests to use RequestFactory

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-05-23 16:08:45 +00:00
parent 55c2c302c1
commit e683beb607
4 changed files with 23 additions and 29 deletions

View file

@ -29,5 +29,4 @@ urlpatterns = patterns('',
# admin widget tests
(r'widget_admin/', include('regressiontests.admin_widgets.urls')),
(r'^utils/', include('regressiontests.utils.urls')),
)