[][src]Module un_algebra::tests

Generative testing support for un_algebra axioms and properties.

The tests module provides random value generators and testing configuration helper functions for un_algebra generative tests.

Re-exports

pub use self::config::*;
pub use self::float::*;

Modules

config

Testing configurations for proptest tests.

float

Floating point error bounds for generative tests.