meadow icon indicating copy to clipboard operation
meadow copied to clipboard

Add test for Topics msg

Open quietlychris opened this issue 1 year ago • 1 comments

quietlychris avatar Dec 15 '23 01:12 quietlychris

Work has been started for this in the topics branch; right now, the TCP test is working, UDP is failing, and QUIC is not yet implemented.

This is also demonstrating a need to re-configure the test methods; unfortunately, Rust doesn't allow the passing on non-lifetime generic parameters for tests, but using the type N = Tcp/Udp/Quic pattern, we should be more easily able to replicate every test across the transport protocols to make writing tests/extending coverage a bit more clear.

quietlychris avatar Jan 15 '24 03:01 quietlychris