mirror of
https://github.com/Hopiu/django.git
synced 2026-03-24 18:00:32 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
7 lines
133 B
Python
7 lines
133 B
Python
"""
|
|
Unit-tests for the dispatch project
|
|
"""
|
|
|
|
from test_dispatcher import *
|
|
from test_robustapply import *
|
|
from test_saferef import *
|