Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
proptest 0.3.1 - Docs.rs
[go: Go Back, main page]

proptest 0.3.1

Hypothesis-like property-based testing and shrinking.
Documentation
[package]
name = "proptest"
version = "0.3.1"
authors = ["Jason Lingle"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/altsysrq/proptest"
documentation = "https://docs.rs/proptest"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
categories = ["development-tools::testing"]

description = """
Hypothesis-like property-based testing and shrinking.
"""

[dependencies]
bit-set = "0.4.0"
quick-error = "1.2.1"
rand = "0.3.15"
regex-syntax = "0.4.1"

[dev-dependencies]
regex = "0.2.2"