Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
5dc8f9b2
Commit
5dc8f9b2
authored
Oct 06, 2014
by
Paul Sokolovsky
Browse files
tests: Skip ffi_float.py if module ffi is not available.
parent
9aeec0e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unix/ffi_float.py
View file @
5dc8f9b2
# test ffi float support
import
sys
try
:
import
ffi
except
ImportError
:
print
(
"SKIP"
)
sys
.
exit
()
import
ffi
def
ffi_open
(
names
):
err
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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