From 0e8a8f94f6967dc549dd3def4b64bd07106e4547 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 5 May 2019 09:14:07 -0300 Subject: [PATCH] Add encoding header to test_terminal.py --- testing/test_terminal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_terminal.py b/testing/test_terminal.py index cf0faf5c3..35981b568 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -1,3 +1,4 @@ +# encoding: utf-8 """ terminal reporting of the full testing process. """