Dan Halbert
367e13c69f
change CIRCUITPY change markers to CIRCUITPY-CHANGE
2023-10-19 16:42:36 -04:00
Dan Halbert
f2ebe6839c
Initial MicroPython v1.21.0 merge; not compiled yet
2023-10-18 17:49:14 -04:00
Damien George
3ae78e803b
tests/basics: Remove __index__ and __inv__ from special methods tests.
...
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>
2023-06-01 13:01:07 +10:00
Damien George
c410a86814
tests/basics: Enable == and != special-method tests now that they work.
...
These work since 3aab54bf43
Signed-off-by: Damien George <damien@micropython.org>
2020-09-18 18:40:42 +10:00
Paul Sokolovsky
d690c2e148
tests/basics/special_methods: Add testcases for __int__.
2018-12-07 17:28:04 +11:00
Paul Sokolovsky
f980c70997
tests/basic/: Make various tests skippable.
...
To run the testsuite on small ports.
2017-02-15 18:11:16 +03:00
Damien George
bb19e7b94b
tests/basics/special_methods: Enable tests for extra special methods.
...
These additional special methods are enabled on most ports so we can test
them in this test.
2016-08-17 12:38:19 +10:00
rguillon
ed6a1ada24
tests/basics: Add a test file for overriding special methods.
2016-08-17 12:11:32 +10:00