From e7e29d6f0c64345b669523ab0720369dfdcbe0b7 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Wed, 7 Nov 2018 17:31:35 +0100 Subject: [PATCH] add utf8 encoding to office availabilty test file --- smash/web/tests/test_office_availability.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smash/web/tests/test_office_availability.py b/smash/web/tests/test_office_availability.py index 69ac6790..80939ae9 100644 --- a/smash/web/tests/test_office_availability.py +++ b/smash/web/tests/test_office_availability.py @@ -1,3 +1,4 @@ +# coding=utf-8 import logging from django.test import TestCase -- GitLab