aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/import_mpy_native_x64.py.exp
AgeCommit message (Collapse)Author
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George
These tests are specific to MicroPython so have a better home in the micropython/ test subdir, and putting them here allows them to be run by all targets, not just those that have access to the local filesystem (eg the unix port). Signed-off-by: Damien George <damien@micropython.org>