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