Files
micropython/tests/feature_check
Damien George 4a60d230c3 tests/run-tests.py: Detect target sys.implementation._build if possible.
That's useful to know the exact board that's being tested.

Signed-off-by: Damien George <damien@micropython.org>
2025-09-08 11:24:32 +10:00
..

This directory doesn't contain real tests, but code snippets to detect
various interpreter features, which can't be/inconvenient to detect 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.