[py3] Force XML serialization to unicode in html generation tests
In python3, lxml.etree.tostring returns bytes but we expect text in tests. By passing six.text_type as encoding parameter to this function, it returns a unicode string.
Please register or sign in to comment