1 2 3 4 5 6 7
//! Property-based tests for OptionStratLib //! //! This module contains property-based tests using proptest to verify //! mathematical invariants and bounds across a wide range of inputs. mod greeks_bounds_test; mod put_call_parity_test;