(data)
| 25 | ], |
| 26 | ) |
| 27 | def test_view_http3(data): |
| 28 | t = tflow.ttcpflow(messages=[TCPMessage(from_client=len(data) > 16, content=data)]) |
| 29 | t.metadata["quic_is_unidirectional"] = False |
| 30 | assert http3.prettify(b"", Metadata(flow=t, tcp_message=t.messages[0])) or not data |
| 31 | |
| 32 | |
| 33 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…