mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
bittorrent_udp: add quickcheck tests for response byte conversion
This commit is contained in:
parent
46f9a1d13c
commit
c964f05e84
5 changed files with 144 additions and 1 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue