Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basics: Remove __index__ and __inv__ from special methods tests. | Damien George | 2023-06-01 |
| | | | | | | | MicroPython does not support these special methods, and they may get in the way of other tests (eg indexing with __int__). Signed-off-by: Damien George <damien@micropython.org> | ||
* | tests/basics: Enable == and != special-method tests now that they work. | Damien George | 2020-09-18 |
| | | | | | | These work since 3aab54bf434e7f025a91ea05052f1bac439fad8c Signed-off-by: Damien George <damien@micropython.org> | ||
* | tests/basics/special_methods: Add testcases for __int__. | Paul Sokolovsky | 2018-12-07 |
| | |||
* | tests/basic/: Make various tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | | | | To run the testsuite on small ports. | ||
* | tests/basics/special_methods: Enable tests for extra special methods. | Damien George | 2016-08-17 |
| | | | | | These additional special methods are enabled on most ports so we can test them in this test. | ||
* | tests/basics: Add a test file for overriding special methods. | rguillon | 2016-08-17 |