Compare commits

...

1 Commits

Author SHA1 Message Date
Fred 4e3ecc02c6 [WIP] begins coverage conf 2015-10-02 14:11:49 +02:00
2 changed files with 5 additions and 0 deletions

1
src/.coverage Normal file
View File

@ -0,0 +1 @@
!coverage.py: This is a private format, don't read it directly!{"runs": [{"brief_sys": "CPython 2.7.10 Linux"}], "lines": {"/home/fred/Sources/gwift/gwift/src/manage.py": [8, 2, 3, 5, 6]}}

View File

@ -37,6 +37,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_nose',
)
MIDDLEWARE_CLASSES = (
@ -100,3 +101,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.8/howto/static-files/
STATIC_URL = '/static/'
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner