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 ()
i = str
i.lowe ('ABC')
x = 5
x.
x._
None. 

View File

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

View File

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