Skip to content
Snippets Groups Projects
Commit b7024f0f authored by Rami Ali's avatar Rami Ali Committed by Damien George
Browse files

tests/cmdline: Improve repl.c autocomplete test coverage.

parent f397e1fd
No related branches found
No related tags found
No related merge requests found
# tests for autocompletion
impo sys
not_exist. 
not_exist 
x = '123'
1, x.isdi ()
i = str
i.lowe ('ABC')
j = None
j. 
MicroPython \.\+ version
Use \.\+
>>> # tests for autocompletion
>>> import sys
>>> not_exist.
>>> not_exist
>>> x = '123'
>>> 1, x.isdigit()
(1, True)
>>> i = str
>>> i.lower('ABC')
'abc'
>>> j = None
>>> j.
>>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment