mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
One more docstring test.
This commit is contained in:
@@ -150,6 +150,14 @@ def test_completion_docstring():
|
|||||||
x'''),
|
x'''),
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
# Should also not work if we rename something.
|
||||||
|
docstr(dedent('''
|
||||||
|
def x():
|
||||||
|
"hello"
|
||||||
|
y = x
|
||||||
|
y'''),
|
||||||
|
''
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_completion_params():
|
def test_completion_params():
|
||||||
|
|||||||
Reference in New Issue
Block a user