Re: [PATCH v3 25/25] python/aqmp: add AsyncProtocol unit tests

2021-08-04 Thread John Snow
On Tue, Aug 3, 2021 at 2:31 PM John Snow wrote: > This tests most of protocol.py -- From a hacked up Coverage.py run, it's > at about 86%. There's a few error cases that aren't very well tested > yet, they're hard to induce artificially so far. I'm working on it. > > Signed-off-by: John Snow > -

[PATCH v3 25/25] python/aqmp: add AsyncProtocol unit tests

2021-08-03 Thread John Snow
This tests most of protocol.py -- From a hacked up Coverage.py run, it's at about 86%. There's a few error cases that aren't very well tested yet, they're hard to induce artificially so far. I'm working on it. Signed-off-by: John Snow --- python/tests/null_proto.py | 70 + python/tests/prot