TencentOS-tiny/components/language/micropython/tests/feature_check
KY-zhang-X dd76146324 micropython: add micropython component 2022-09-29 12:10:37 +08:00
..
README micropython: add micropython component 2022-09-29 12:10:37 +08:00
async_check.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
async_check.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
bytearray.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
bytearray.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
byteorder.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
byteorder.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
complex.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
complex.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
const.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
const.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
coverage.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
coverage.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
float.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
float.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
fstring.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
fstring.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
int_big.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
int_big.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
native_check.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
native_check.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
repl_emacs_check.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
repl_emacs_check.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
repl_words_move_check.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
repl_words_move_check.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
reverse_ops.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
reverse_ops.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
set_check.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
set_check.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
slice.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
slice.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
uio_module.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
uio_module.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00

README

This directory doesn't contain real tests, but code snippets to detect
various interpreter features, which can't be/inconvenient to detecte by
other means. Scripts here are executed by run-tests.py at the beginning of
testsuite to decide what other test groups to run/exclude.