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
b7024f0f
Commit
b7024f0f
authored
Dec 29, 2016
by
Rami Ali
Committed by
Damien George
Dec 29, 2016
Browse files
tests/cmdline: Improve repl.c autocomplete test coverage.
parent
f397e1fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/cmdline/repl_autocomplete.py
0 → 100644
View file @
b7024f0f
# tests for autocompletion
impo
sys
not_exist
.
not_exist
x
=
'123'
1
,
x
.
isdi
()
i
=
str
i
.
lowe
(
'ABC'
)
j
=
None
j
.
tests/cmdline/repl_autocomplete.py.exp
0 → 100644
View file @
b7024f0f
MicroPython \.\+ version
Use \.\+
>>> # tests for autocompletion
>>> import sys
>>> not_exist.[K[K[K[K[K[K[K[K[K[K
>>> not_exist[K[K[K[K[K[K[K[K[K
>>> x = '123'
>>> 1, x.isdigit()
(1, True)
>>> i = str
>>> i.lower('ABC')
'abc'
>>> j = None
>>> j.[K[K
>>>
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