//!
//! Testing configurations for `proptest` tests.
//!
//! `un_algebra` generative tests suites are built on the `proptest`
//! generative testing crate. `proptest` supports testing with run time
//! "configurations" that control, among other things, the number of
//! tests performed.
//!
//! The `config` module provides pre-defined testing configuration
//! helpers to `un_algebra` tests built on `proptest`.
//!
pub use *;
pub use *;
///
/// A "standard" configuration with 1,000 cases, 400% rejects.
///
///
/// A configuration with choice of cases and rejects.
///