Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c7c14f16
Commit
c7c14f16
authored
Apr 18, 2017
by
Damien George
Browse files
tests/micropython: Add test for micropython.kbd_intr().
parent
bbb4b982
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/micropython/kbd_intr.py
0 → 100644
View file @
c7c14f16
# test the micropython.kbd_intr() function
import
micropython
try
:
micropython
.
kbd_intr
except
AttributeError
:
print
(
'SKIP'
)
import
sys
sys
.
exit
()
# just check we can actually call it
micropython
.
kbd_intr
(
3
)
tests/micropython/kbd_intr.py.exp
0 → 100644
View file @
c7c14f16
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment