python/aqmp: add LineProtocol tests
commit8193b9d148e0d42794b78ab040c804db15b5f524
authorJohn Snow <jsnow@redhat.com>
Wed, 15 Sep 2021 16:29:54 +0000 (15 12:29 -0400)
committerJohn Snow <jsnow@redhat.com>
Mon, 27 Sep 2021 16:10:29 +0000 (27 12:10 -0400)
tree1936bafdbbc75a38abf9f98f4e237d8bc6b09a54
parenta1f71b61ea763b5ac7429940018c1bb697889e56
python/aqmp: add LineProtocol tests

Tests a real connect, a real accept, and really sending and receiving a
message over a UNIX socket.

Brings coverage of protocol.py up to ~93%.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210915162955.333025-27-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/tests/protocol.py