Module un_algebra::tests::config[][src]

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.