twnet_parser/tests/invalid_packet_header7_test.py

12 lines
289 B
Python
Raw Normal View History

2023-04-02 19:01:44 +00:00
# from twnet_parser.packet import parse7
def test_parse_7_close_with_invalid_packet_header():
# Usually the first two bytes should be something like
# \x04\0a
# TODO: this is currently crashing
# packet = parse7(b'\x80\x0a\x00\xcf\x2e\xde\x1d\04') # 0.7 close
pass