mirror of
https://github.com/Hopiu/django.git
synced 2026-04-01 05:40:32 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
8 lines
169 B
Python
8 lines
169 B
Python
"""
|
|
Unit-tests for the dispatch project
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .test_dispatcher import DispatcherTests
|
|
from .test_saferef import SaferefTests
|