add test_appadmin to tests/__init__.py

This commit is contained in:
Leonel Câmara
2016-04-26 17:17:19 +01:00
parent fa1af36adf
commit b8b63302f4
+1
View File
@@ -21,6 +21,7 @@ from test_contribs import *
from test_web import *
from test_dal import *
from test_tools import *
from test_appadmin import *
from test_scheduler import *
if sys.version[:3] == '2.7':