|
@@ -17,6 +17,14 @@ USING_POSTGRES = (settings.DATABASES['default']['ENGINE']
|
|
|
==
|
|
|
'django.db.backends.postgresql_psycopg2')
|
|
|
|
|
|
+
|
|
|
+""" BIG FAT WARNING
|
|
|
+
|
|
|
+Ce code requiert une sévère factorisation avec vpn/tests.py et vps/tests.py
|
|
|
+
|
|
|
+"""
|
|
|
+
|
|
|
+
|
|
|
class HousingTestCase(TestCase):
|
|
|
fixtures = ['example_pools.json', 'offers.json']
|
|
|
|