1
0
forked from VimPlug/jedi

Try to make it clearer that the first output of sith.py run is just the input

This commit is contained in:
Aaron Meurer
2013-09-06 20:39:26 -06:00
parent 9bbd73bf86
commit fc4e5408ba

View File

@@ -119,6 +119,7 @@ class TestCase(object):
self.script = jedi.Script(f.read(), self.line, self.column, self.path)
self.completions = getattr(self.script, self.operation)()
if print_result:
print("{path}: Line {line} column {column}".format(**self.__dict__))
self.show_location(self.line, self.column)
self.show_operation()
except jedi.NotFoundError: