mirror of
https://github.com/Hopiu/django.git
synced 2026-04-12 02:51:10 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
"""
|
|
Unit-tests for the dispatch project
|
|
"""
|
|
|
|
from .test_dispatcher import DispatcherTests, ReceiverTestCase
|
|
from .test_saferef import SaferefTests
|