summaryrefslogtreecommitdiff
path: root/tests/basics/class_inplace_op.py
AgeCommit message (Collapse)Author
2019-10-29tests/basics: Use str.format instead of % for formatting messages.Damien George
Only use % formatting when testing % itself, because only str.format is guaranteed to be available on any port.
2017-09-04tests/class_inplace_op: Test for inplace op fallback to normal one.Paul Sokolovsky