diff options
Diffstat (limited to 'parts/django/tests/regressiontests/dispatch/tests/__init__.py')
-rw-r--r-- | parts/django/tests/regressiontests/dispatch/tests/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/parts/django/tests/regressiontests/dispatch/tests/__init__.py b/parts/django/tests/regressiontests/dispatch/tests/__init__.py new file mode 100644 index 0000000..150bb01 --- /dev/null +++ b/parts/django/tests/regressiontests/dispatch/tests/__init__.py @@ -0,0 +1,6 @@ +""" +Unit-tests for the dispatch project +""" + +from test_saferef import * +from test_dispatcher import * |