summaryrefslogtreecommitdiff
path: root/tests/micropython/native_while.py
AgeCommit message (Collapse)Author
2022-05-26tests: Move native while test from pybnative to micropython.Damien George
And make it so this test can run on any target. LED and time testing has been removed from this test, that can now be tested using: ./run-tests.py --via-mpy --emit native. Signed-off-by: Damien George <damien@micropython.org>