Explorar el Código

Import tests for django < 1.6

Denis K hace 9 años
padre
commit
f1452202ec
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      jet/tests/__init__.py

+ 3 - 0
jet/tests/__init__.py

@@ -0,0 +1,3 @@
+from jet.tests.test_dashboard import DashboardTestCase
+from jet.tests.test_utils import UtilsTestCase
+from jet.tests.test_views import ViewsTestCase