Browse Source

Collect tests from all apps

Jocelyn Delalande 6 years ago
parent
commit
1ac7f655a5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      coin/settings_test.py

+ 2 - 0
coin/settings_test.py

@@ -6,6 +6,8 @@ EXTRA_INSTALLED_APPS = (
     'hardware_provisioning',
     'maillists',
     'vpn',
+    'vps',
+    'housing',
 )
 
 TEMPLATE_DIRS = EXTRA_TEMPLATE_DIRS + TEMPLATE_DIRS