From d44ff035d0e9deaf9b99491359d3bcc7cc9b8576 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 8 Nov 2010 16:48:15 -0600 Subject: [PATCH] add coding for py3 --- testing/plugin/test_junitxml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/plugin/test_junitxml.py b/testing/plugin/test_junitxml.py index d6ae6982c..f1e5ed164 100644 --- a/testing/plugin/test_junitxml.py +++ b/testing/plugin/test_junitxml.py @@ -222,6 +222,7 @@ class TestPython: def test_unicode(self, testdir): value = 'hx\xc4\x85\xc4\x87\n' testdir.makepyfile(""" + # coding: utf-8 def test_hello(): print (%r) assert 0