Add session storages

This commit is contained in:
Lonami Exo
2023-09-10 19:54:05 +02:00
parent 16de3b274c
commit aa83e7b043
14 changed files with 484 additions and 194 deletions

View File

@@ -81,7 +81,6 @@ def test_unpack_two_at_once() -> None:
with raises(ValueError) as e:
transport.unpack(input, output)
e.match("bad seq")
assert output == expected_output
def test_unpack_twice() -> None: