]> Cypherpunks repositories - gostls13.git/commit
testing/quick: clarify that Config.MaxCount is from a flag
authorAndrew Z Allen <me@andrewzallen.com>
Thu, 18 Apr 2019 06:30:03 +0000 (00:30 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 18 Apr 2019 18:18:04 +0000 (18:18 +0000)
commite900964e0f2709fe9ac5d4c8f760c3398ec0bbbd
tree4ab1d0b37e73aa2b18cbfeb72c651576cecf2799
parent24a6478be345bce2c551c7f5f287ee1ad6edcbd6
testing/quick: clarify that Config.MaxCount is from a flag

Document that the default quickcheck configuration is to run 100 times
and that there is a flag that configures it called "quickchecks".

Change-Id: I46fdab9d572e132ccc23ef907f9cc6b2d06b37c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/172698
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/testing/quick/quick.go