bittorrent_udp: add quickcheck tests for response byte conversion

This commit is contained in:
Joakim Frostegård 2020-04-10 03:30:07 +02:00
parent 46f9a1d13c
commit c964f05e84
5 changed files with 144 additions and 1 deletions

View file

@ -5,4 +5,8 @@ authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
[dependencies]
byteorder = "1"
byteorder = "1"
[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.9"