mirror of
https://github.com/django/django.git
synced 2025-03-30 11:10:45 +00:00
9 lines
187 B
Python
9 lines
187 B
Python
"""
|
|
Unit-tests for the dispatch project
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from .test_dispatcher import DispatcherTests, ReceiverTestCase
|
|
from .test_saferef import SaferefTests
|