forked from VimPlug/jedi
deprecated api_classes.Completion.word in favor of name
This commit is contained in:
@@ -151,7 +151,7 @@ class IntegrationTestCase(object):
|
||||
completions = self.script().completions()
|
||||
#import cProfile; cProfile.run('script.completions()')
|
||||
|
||||
comp_str = set([c.word for c in completions])
|
||||
comp_str = set([c.name for c in completions])
|
||||
return compare_cb(self, comp_str, set(literal_eval(self.correct)))
|
||||
|
||||
def run_definition(self, compare_cb):
|
||||
|
||||
Reference in New Issue
Block a user