You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build contract tests for the public API and map existing generic tests to those contracts. The goal is confidence in stable behavior without testing the full family-by-operation Cartesian product.
Approach
define small representative fixtures for universal, absolutely continuous, singular, conditionable, Rosenblatt-invertible, and fittable cases;
test public entry points rather than incidental internal helpers;
verify return types/shapes, boundaries, errors, round trips, and deterministic invariants;
distinguish generic contract tests from family-specific numerical regressions;
Scope
Build contract tests for the public API and map existing generic tests to those contracts. The goal is confidence in stable behavior without testing the full family-by-operation Cartesian product.
Approach
Acceptance criteria