bittorrent_udp: add quickcheck tests for request byte conversion

This commit is contained in:
Joakim Frostegård 2020-04-11 14:53:36 +02:00
parent 554895a9df
commit 02b63feef7
2 changed files with 49 additions and 0 deletions

View file

@ -1,2 +1,9 @@
#[cfg(test)]
extern crate quickcheck;
#[cfg(test)]
#[macro_use(quickcheck)]
extern crate quickcheck_macros;
pub mod converters;
pub mod types;