trippy
trippy copied to clipboard
Add dummy `Network` and `Tracer` integration tests
The Tracer
is generic over the Network
trait to abstract it from the underlying pnet
implementation. We can use mockall to test the Tracer
with a dummy Network
implementation.