Update tests for new autocomplete behavior

This commit is contained in:
Kathryn Lingel 2019-05-06 14:19:07 -07:00
parent 54aa1ce6de
commit 77f177be9c
3 changed files with 13 additions and 5 deletions

View File

@ -6,4 +6,7 @@ x = '123'
1, x.isdi () 1, x.isdi ()
i = str i = str
i.lowe ('ABC') i.lowe ('ABC')
x = 5
x.
x._
None.  None. 

View File

@ -10,5 +10,10 @@ Use \.\+
>>> i = str >>> i = str
>>> i.lower('ABC') >>> i.lower('ABC')
'abc' 'abc'
>>> x = 5
>>> x.
from_bytes to_bytes
>>> x.__class__
<class 'int'>
>>> None. >>> None.
>>> >>>

View File

@ -27,11 +27,11 @@ RuntimeError:
# repl # repl
ame__ ame__
__class__ __name__ argv byteorder argv byteorder exc_info exit
exc_info exit getsizeof implementation getsizeof implementation maxsize modules
maxsize modules path platform path platform print_exception
print_exception stderr stdin stderr stdin stdout version
stdout version version_info version_info
ementation ementation
# attrtuple # attrtuple
(start=1, stop=2, step=3) (start=1, stop=2, step=3)