1
0
mirror of https://github.com/django/django.git synced 2025-03-30 11:10:45 +00:00
2013-02-26 14:36:57 +01:00

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