summaryrefslogtreecommitdiffstats
path: root/python/tests/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-7/+7
* python/aqmp: add start_server() and accept() methodsJohn Snow2022-03-071-0/+7
* python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow2022-03-071-2/+2
* python/aqmp: remove _new_session and _establish_connectionJohn Snow2022-03-071-2/+8
* python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow2022-03-071-12/+12
* python/aqmp: add LineProtocol testsJohn Snow2021-09-271-0/+48
* python/aqmp: add AsyncProtocol unit testsJohn Snow2021-09-271-0/+535