aquatic_ws_protocol: add quickcheck tests for message serde

This commit is contained in:
Joakim Frostegård 2020-08-06 23:34:33 +02:00
parent cc7fff7d6c
commit ea8b37b4d5
3 changed files with 225 additions and 12 deletions

2
Cargo.lock generated
View file

@ -240,6 +240,8 @@ version = "0.1.0"
dependencies = [
"anyhow",
"hashbrown",
"quickcheck",
"quickcheck_macros",
"serde",
"serde_json",
"tungstenite",