summaryrefslogtreecommitdiff
path: root/tests/basics/special_methods.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
2018-12-07tests/basics/special_methods: Add testcases for __int__.Paul Sokolovsky
2017-02-15tests/basic/: Make various tests skippable.Paul Sokolovsky
2016-08-17tests/basics/special_methods: Enable tests for extra special methods.Damien George
2016-08-17tests/basics: Add a test file for overriding special methods.rguillon