summaryrefslogtreecommitdiff
path: root/tests/basics/class_reverse_op.py
AgeCommit message (Expand)Author
2023-05-19py/runtime: If inplace binop fails then try corresponding normal binop.Damien George
2023-05-19py/objstr: Return unsupported binop instead of raising TypeError.Damien George
2019-10-29tests/basics: Use str.format instead of % for formatting messages.Damien George
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky