# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User Benjamin Peterson <benja...@python.org> # Date 1289256495 21600 # Node ID 64e7dded2022a6f8cd9078539ebec395857e266b # Parent 0e827d0237a44bce95a59df4dea41f82546bb4b0 add coding for py3
--- 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 _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn