• Carlos Ramos Carreño's avatar
    Fix output of functional test cases. · 4c479e19
    Carlos Ramos Carreño authored
    The `details` part of the output of functional test cases was
    being wrongly converted to an unicode string in Python 2.
    This caused problems when the output was sent to a file
    object not supporting non-ASCII code points.
    This commit fixes that behaviour.
    4c479e19
ERP5TypeFunctionalTestCase.py 21 KB