-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PropTest Crate And Added Prop Tests to SubscriberName
Signed-off-by: Anthony M. Bonafide <anthony.bonafide@shipt.com>
- Loading branch information
1 parent
a001c0a
commit 01675a7
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,4 @@ fake = "2.9.2" | |
rand = "0.8.5" | ||
quickcheck = "1.0.3" | ||
quickcheck_macros = "1.0.0" | ||
proptest = "1.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Seeds for failure cases proptest has generated in the past. It is | ||
# automatically read and these particular cases re-run before any | ||
# novel cases are generated. | ||
# | ||
# It is recommended to check this file in to source control so that | ||
# everyone who runs the test benefits from these saved cases. | ||
cc 4b4aee0fb8ff56c41c64cc88c4b18dd032f817b8cf33f0baf0f3f06ab5ad8d0b # shrinks to value = "(" | ||
cc 59ae9b6babd587b3cda088c8e75789f506ace862b47a2c5408b314c60517e1b5 # shrinks to value = "0A#\0\00aaa##¡*0\0¡¡\0*]a¡\0aa¡¡~~0¡\0*|~a\0#~¡a0#a¡~a~*\0~¡A0A~a¡]\0#=0¡A¡¡|\00¡*a=*a\0~#A=0]¡0 a*\0##\0*~¡¡||#¡¡~¡a0]#\0*A=|0¡##=¡a\0\0#=AA#A=# =\00**¡=*a¡\0¡~0¡A*a\0|#Aa=#\0]¡\0¡#?*\0\0A\0A=#A*¡¡000¡AA¡\0\0¡a=a|aa##A\0#a¡*=A=~A?0a]\0\0##aa=\0\0#¡?*]#*|0aaa##¡a0A#A|A¡#=#¡a~A\0AA#\0\0¡a0¡" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters