def test_wire_clientHelloV3(msg_round_trip): msg_round_trip(Message.clientHello(0x0300, "Hi"))
def test_wire_clientHello(msg_round_trip): msg_round_trip(Message.clientHello(0x0200, "Hi"), exclude=[1])