django/tests/regressiontests/dispatch/tests/__init__.py

8 lines
133 B
Python

"""
Unit-tests for the dispatch project
"""
from test_dispatcher import *
from test_robustapply import *
from test_saferef import *