From ac8726ac8e33e1d482415210311d2562131f49b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Fri, 10 Jun 2016 17:23:20 +0200 Subject: [PATCH] [Tests] track coverage of templates --- mygpo/settings.py | 1 + requirements-test.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mygpo/settings.py b/mygpo/settings.py index f68d27ec..4f232afd 100644 --- a/mygpo/settings.py +++ b/mygpo/settings.py @@ -90,6 +90,7 @@ TEMPLATES = [{ 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], 'OPTIONS': { + 'debug': DEBUG, 'context_processors': [ 'django.contrib.auth.context_processors.auth', 'django.template.context_processors.debug', diff --git a/requirements-test.txt b/requirements-test.txt index 814a21d1..be52d61c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,2 +1,2 @@ -coverage==4.0.3 -django-coverage-plugin==1.1 +coverage==4.1 +django-coverage-plugin==1.3.1 -- 2.11.4.GIT