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
33b8e65b
Commit
33b8e65b
authored
Jan 31, 2017
by
Paul Sokolovsky
Browse files
tests/basics/zip: Make skippable.
parent
aee723ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/basics/zip.py
View file @
33b8e65b
try
:
zip
set
except
NameError
:
print
(
"SKIP"
)
import
sys
sys
.
exit
()
print
(
list
(
zip
()))
print
(
list
(
zip
([
1
],
{
2
,
3
}
)))
print
(
list
(
zip
([
1
],
set
([
2
,
3
])
)))
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