Re: zope-tests - FAILED: 1, OK: 13
Maurits van Rees <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Organization | Zest Software |
| Message-ID | <[email protected]> |
Tres Seaver schreef op 06-04-14 02:33: > "c:\eggs\zope.testrunner-4.4.3-py2.6.egg\zope\testrunner\formatter.py", > line 355, in print_traceback > print(self.format_traceback(exc_info)) > UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in > position 863: ordinal not in range(128) This seems due to '→' getting changed to unicode u'\u2192' (→). I guess this only goes wrong when a doctest fails. > On my machine (UTF8), I get super-noisy doctest failures (which I'm not > set up to diagnse). One, at least, is probably related to: > > https://github.com/zopefoundation/z3c.form/commit/c0cbac6f44f88c1434d0f72b953d087836ffef58 Sorry, my bad. I was in a hurry and forgot to run the tests. I am fixing it now. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )