Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-18 | tests/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> |