One more docstring test.

This commit is contained in:
Dave Halter
2017-04-20 09:47:30 +02:00
parent 7ca62578e1
commit db683acfc1

View File

@@ -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():