From 260cabcddfa44aa3f3f9cbfc83f4c398739e5824 Mon Sep 17 00:00:00 2001 From: Ignasi Fosch Date: Sat, 6 Jul 2013 14:22:38 +0200 Subject: [PATCH] Actions tests included in runtest.py execution --- djadmin2/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/djadmin2/tests/__init__.py b/djadmin2/tests/__init__.py index 637e13c..a5f20b0 100644 --- a/djadmin2/tests/__init__.py +++ b/djadmin2/tests/__init__.py @@ -3,3 +3,4 @@ from test_types import * from test_utils import * from test_views import * from test_core import * +from test_actions import *