mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
fixed bug in testing suite
This commit is contained in:
@@ -119,10 +119,8 @@ class A(object):
|
||||
|
||||
def before(self):
|
||||
self.a = 1
|
||||
#? ['real']
|
||||
self.a.real
|
||||
#? ['upper']
|
||||
self.a.upper
|
||||
#? int() str()
|
||||
self.a
|
||||
|
||||
#? ['after']
|
||||
self.after
|
||||
|
||||
Reference in New Issue
Block a user