summaryrefslogtreecommitdiff
path: root/tests/float/math_domain_python311.py
AgeCommit message (Collapse)Author
2023-06-18tests/float: Test domain errors for more combos of args to math funcs.Damien George
Instead of having a special set of arguments to test for each math-module function, just test all functions with all sets of arguments. This gives improved test cases to prevent regressions. Signed-off-by: Damien George <damien@micropython.org>