summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_inplace_op2.py.exp
Commit message (Collapse)AuthorAge
* tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George2020-09-18
And enable this feature on unix, the coverage variant. The .exp test file is needed so the test can run on CPython versions prior to "@=" operator support. Signed-off-by: Damien George <damien@micropython.org>