Damien George
|
fe4e1fe4b9
|
tests/basics: Add test for matmul operator.
This is a Python 3.5 feature so the .exp file is needed.
|
2019-09-26 15:15:34 +10:00 |
Paul Sokolovsky
|
d4d4bc5827
|
tests/basics/special_methods2: Typo fix in comment.
|
2018-12-13 01:29:01 +11:00 |
Damien George
|
7541be5637
|
tests/basics/special_methods2: Enable some additional tests that work.
These special methods are all available if MICROPY_PY_ALL_SPECIAL_METHODS
is enabled.
|
2018-05-11 17:37:16 +10:00 |
Damien George
|
3678a6bdc6
|
py/modbuiltins: Make built-in dir support the __dir__ special method.
If MICROPY_PY_ALL_SPECIAL_METHODS is enabled then dir() will now delegate
to the special method __dir__ if the object it is listing has this method.
|
2018-05-10 23:14:23 +10:00 |
Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03: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 |