//! Shared proptest configuration for all property-based tests.
use ProptestConfig;
use FileFailurePersistence;
/// Returns the standard proptest configuration for this project.
///
/// Regression files are stored in `tests/proptest-regressions/` using an
/// absolute path derived from `CARGO_MANIFEST_DIR` at compile time.