Source: golang-pgregory-rapid
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Guillem Jover <gjover@sipwise.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pgregory-rapid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pgregory-rapid.git
Homepage: https://github.com/flyingmutant/rapid
XS-Go-Import-Path: pgregory.net/rapid

Package: golang-pgregory-rapid-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Go property-based testing library (library)
 Rapid checks that properties you define hold for a large number of
 automatically generated test cases. If a failure is found, rapid
 automatically minimizes the failing test case before presenting it.
 .
 Features:
 .
  * Imperative Go API with type-safe data generation using generics,
  * Data generation biased to explore "small" values and edge cases more
    thoroughly,
  * Fully automatic minimization of failing test cases,
  * Persistence and automatic re-running of minimized failing test cases,
  * Support for state machine ("stateful" or "model-based") testing,
  * No dependencies outside the Go standard library.
