Skip to content
Snippets Groups Projects
Commit f6518a7b authored by Damien George's avatar Damien George
Browse files

tests: Check that machine module exists and print SKIP if it doesn't.

parent d59ca4ef
No related branches found
No related tags found
No related merge requests found
# test machine module # test machine module
try:
import machine import machine
except ImportError:
print("SKIP")
import sys
sys.exit()
import uctypes import uctypes
print(machine.mem8) print(machine.mem8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment