micropython/tests/feature_check
Paul Sokolovsky b099aeb3ca run-tests: Add feature check for "const" keyword and skip related tests. 2017-04-02 22:52:18 +03:00
..
README
async_check.py
async_check.py.exp
byteorder.py
byteorder.py.exp
complex.py
complex.py.exp
const.py run-tests: Add feature check for "const" keyword and skip related tests. 2017-04-02 22:52:18 +03:00
const.py.exp run-tests: Add feature check for "const" keyword and skip related tests. 2017-04-02 22:52:18 +03:00
coverage.py
coverage.py.exp
int_big.py tests/feature_check/int_big: Rework "big int" detection. 2017-03-10 02:11:43 +01:00
int_big.py.exp tests/feature_check/int_big: Rework "big int" detection. 2017-03-10 02:11:43 +01:00
native_check.py
native_check.py.exp
repl_emacs_check.py
repl_emacs_check.py.exp
set_check.py
set_check.py.exp

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 at the beginning of
testsuite to decide what other test groups to run/exclude.