Sfoglia il codice sorgente

Import tests for django < 1.6

Denis K 9 anni fa
parent
commit
f1452202ec
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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