• Carlos Ramos Carreño's avatar
    Fix output of functional test cases. · a94bda6b
    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.
    a94bda6b
ERP5TypeFunctionalTestCase.py 21 KB