Instead of copy-pasting tests across each math module, create a comprehensive fixture that can be reused with just type definition and bounds. This would reduce duplication and improve maintainability.
Note: Witnesses may be tricky to handle generically - may need special handling or configuration per module.
To make our lives easier, I think it'd be a great benefit to create one fixture and reuse it across each math module. We'd just need to define the type and possibly insert the bounds. DEFINITELY NOT A NOW THING haha an improvement for the future if you agree. That way we're not c/p the same tests, we just make one comprehensive fixture
Originally posted by @andrew-fleming in #292 (comment)
Instead of copy-pasting tests across each math module, create a comprehensive fixture that can be reused with just type definition and bounds. This would reduce duplication and improve maintainability.
Note: Witnesses may be tricky to handle generically - may need special handling or configuration per module.
Originally posted by @andrew-fleming in #292 (comment)