private-octopus / fuzi_q

Over the net fuzzing of QUIC servers or clients.
MIT License
19 stars 4 forks source link

Add self test #6

Closed huitema closed 2 years ago

huitema commented 2 years ago

Add some basic test to verify that fuzzing works as expected. Maybe set the fuzzer on top of a simulated connection, with variants like testing the picoquic client and the picoquic server.

huitema commented 2 years ago

Added client test, which does verify the logic. Need to make that part of CI.

huitema commented 2 years ago

Done.