forked from VimPlug/jedi
removed statement docstr stuff for now. it will be reintroduced when using the evaluator class
This commit is contained in:
@@ -442,6 +442,7 @@ class TestDocstring(TestBase):
|
||||
func""")
|
||||
self.assertEqual(defs[0].raw_doc, 'Docstring of `func`.')
|
||||
|
||||
@unittest.skip('need evaluator class for that')
|
||||
def test_attribute_docstring(self):
|
||||
defs = self.goto_definitions("""
|
||||
x = None
|
||||
@@ -449,6 +450,7 @@ class TestDocstring(TestBase):
|
||||
x""")
|
||||
self.assertEqual(defs[0].raw_doc, 'Docstring of `x`.')
|
||||
|
||||
@unittest.skip('need evaluator class for that')
|
||||
def test_multiple_docstrings(self):
|
||||
defs = self.goto_definitions("""
|
||||
def func():
|
||||
|
||||
Reference in New Issue
Block a user