Browse Source

Move tests to seperate folder

Thomas Adamcik 14 years ago
parent
commit
d0ba46c5c5
4 changed files with 8 additions and 0 deletions
  1. 0 0
      tests/__init__.py
  2. 0 0
      tests/models.py
  3. 8 0
      tests/settings.py
  4. 0 0
      tests/urls.py

+ 0 - 0
tests/__init__.py


netfields/models.py → tests/models.py


+ 8 - 0
tests/settings.py

@@ -0,0 +1,8 @@
+DATABASES = {
+    'default': {
+        'ENGINE': 'django.db.backends.sqlite3',
+        'NAME': 'netfields'
+    }
+}
+
+INSTALLED_APPS = ('tests',)

+ 0 - 0
tests/urls.py