From 1ab3180c0d220f299f1e625d7d0975e0917fedd3 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 5 Feb 2018 10:25:01 +0200 Subject: [PATCH 1/2] Add 'Wall' flag to pre-push hook This should help noticing deprecations --- scripts/git/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git/pre-push b/scripts/git/pre-push index 45fc43c..32e81dc 100755 --- a/scripts/git/pre-push +++ b/scripts/git/pre-push @@ -19,7 +19,7 @@ npm test printf "${PURPLE}pycodestyle tests...${NC}\n" pycodestyle . printf "${PURPLE}unit tests...${NC}\n" -python manage.py test --noinput +python -Wall manage.py test --noinput set +e printf "${PURPLE}Tests passed.${NC}\n" \ No newline at end of file From d7f53b970004e5641ed77f2c98054e71f9abf9d1 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 6 Feb 2018 19:32:28 +0200 Subject: [PATCH 2/2] Remove bugging footer from infoscreen --- infoscreen/templates/infoscreen_admin.html | 1 - 1 file changed, 1 deletion(-) diff --git a/infoscreen/templates/infoscreen_admin.html b/infoscreen/templates/infoscreen_admin.html index c7fb503..93ddc32 100644 --- a/infoscreen/templates/infoscreen_admin.html +++ b/infoscreen/templates/infoscreen_admin.html @@ -41,5 +41,4 @@ -{% include "webapp:footer.html" %} {% endblock body %} \ No newline at end of file