From ec00c961b4f6cdcb316bbcf72030cf9aad0fb393 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 10 Aug 2015 02:30:12 +0200 Subject: [PATCH] =?UTF-8?q?tests:=20Allow=20unicode=20character=20=C3=A4?= =?UTF-8?q?=20in=20the=20task=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/base.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/base.py b/tests/base.py index 6520655..06b3604 100644 --- a/tests/base.py +++ b/tests/base.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import os import re import subprocess @@ -152,7 +154,9 @@ class IntegrationTest(object): # Helper function that fills in {uuid} placeholders with correct UUIDs def fill_uuid(self, line): # Tasks in testing can have only alphanumerical descriptions - match = re.match(r'\s*\* \[.\] (?P[a-zA-Z0-9 ]*)(?[äa-zA-Z0-9 ]*)(?