[go: up one dir, main page]

proptest 0.3.3

Hypothesis-like property-based testing and shrinking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
sudo: false
dist: trusty
rust:
- 1.22.1
- stable
- beta
- nightly

matrix:
  allow_failures:
    - rust: nightly

cache: cargo