summaryrefslogtreecommitdiff
path: root/tests/float/complex_special_methods.py
AgeCommit message (Collapse)Author
2020-08-29tests: Split out complex reverse-op tests to separate test file.Damien George
So they can be skipped if __rOP__'s are not supported on the target. Also fix the typo in the complex_special_methods.py filename. Signed-off-by: Damien George <damien@micropython.org>