def test_to_text(val, expected): assert Webu.toText(val) == expected
def test_to_text_hexstr(val, expected): assert Webu.toText(hexstr=val) == expected
def test_to_text_identity(): assert Webu.toText(text='pass-through') == 'pass-through'