forked from VimPlug/jedi
Tell sith that goto_assignments is now goto
This commit is contained in:
2
sith.py
2
sith.py
@@ -123,7 +123,7 @@ class TestCase(object):
|
|||||||
with open(self.path) as f:
|
with open(self.path) as f:
|
||||||
self.script = jedi.Script(f.read(), path=self.path)
|
self.script = jedi.Script(f.read(), path=self.path)
|
||||||
kwargs = {}
|
kwargs = {}
|
||||||
if self.operation == 'goto_assignments':
|
if self.operation == 'goto':
|
||||||
kwargs['follow_imports'] = random.choice([False, True])
|
kwargs['follow_imports'] = random.choice([False, True])
|
||||||
|
|
||||||
self.objects = getattr(self.script, self.operation)(self.line, self.column, **kwargs)
|
self.objects = getattr(self.script, self.operation)(self.line, self.column, **kwargs)
|
||||||
|
|||||||
Reference in New Issue
Block a user