mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
change tests that provided wrong instance information
This commit is contained in:
@@ -103,8 +103,8 @@ class A(object):
|
||||
|
||||
def before(self):
|
||||
self.b = 3
|
||||
# TODO should this be so?
|
||||
#? int() str() list()
|
||||
# TODO should this be so? include entries after cursor?
|
||||
#? int() str() list
|
||||
self.b
|
||||
self.b = list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user