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
3900fed8
Commit
3900fed8
authored
Jul 24, 2015
by
Damien George
Browse files
tests: Skip parser test if "compile" builtin is not available.
parent
96f0dd3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/basics/parser.py
View file @
3900fed8
# parser tests
try
:
compile
except
NameError
:
print
(
"SKIP"
)
import
sys
sys
.
exit
()
# completely empty string
# uPy and CPy differ for this case
#try:
...
...
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