mirror of
https://github.com/Hopiu/django.git
synced 2026-05-21 21:42:01 +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
|