Modify tests to mimic yielded message buffers
kilter.protocol 0.6 makes a change that necessitates an assertion that messages with bytes data exclusively use memoryviews, at least until `freeze()` is called on them. There should be a typing solution to this problem but it may have it's own issues.
Showing
- kilter/service/session.py 3 additions, 0 deletionskilter/service/session.py
- tests/test_body_accessor.py 8 additions, 7 deletionstests/test_body_accessor.py
- tests/test_header_accessor.py 48 additions, 47 deletionstests/test_header_accessor.py
- tests/test_session.py 21 additions, 20 deletionstests/test_session.py
Loading
Please register or sign in to comment