summaryrefslogtreecommitdiff
path: root/tests/basics/special_methods2.py
AgeCommit message (Expand)Author
2023-06-01tests/basics: Remove __index__ and __inv__ from special methods tests.Damien George
2020-09-18tests/basics: Enable == and != special-method tests now that they work.Damien George
2019-09-26tests/basics: Add test for matmul operator.Damien George
2018-12-13tests/basics/special_methods2: Typo fix in comment.Paul Sokolovsky
2018-05-11tests/basics/special_methods2: Enable some additional tests that work.Damien George
2018-05-10py/modbuiltins: Make built-in dir support the __dir__ special method.Damien George
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/basic/: Make various tests skippable.Paul Sokolovsky