summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/special_methods2.py
Commit message (Expand)AuthorAge
* tests/basics: Remove __index__ and __inv__ from special methods tests.Damien George2023-06-01
* tests/basics: Enable == and != special-method tests now that they work.Damien George2020-09-18
* tests/basics: Add test for matmul operator.Damien George2019-09-26
* tests/basics/special_methods2: Typo fix in comment.Paul Sokolovsky2018-12-13
* tests/basics/special_methods2: Enable some additional tests that work.Damien George2018-05-11
* py/modbuiltins: Make built-in dir support the __dir__ special method.Damien George2018-05-10
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/basic/: Make various tests skippable.Paul Sokolovsky2017-02-15