removal of cver

This commit is contained in:
Andreas Wrede
2026-04-01 20:47:29 -04:00
parent 460d2be9e9
commit 84c1aef51f
6 changed files with 2 additions and 684 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ def test_handle_cmd_sends_command():
handle_datagram(msg2, ("127.0.0.1", 50000), ftr, ctx)
# should have sent ACK and the command; last send should be non-empty
assert len(ftr.sent) >= 1
# the command for cver 0 will be sent as raw cmd string
# the command for ??0 will be sent as raw cmd string
# so at least one send contains b'doit' or similar
assert any(b"doit" in s[0] for s in ftr.sent)