1
0
forked from VimPlug/jedi

fix a docstr issue

This commit is contained in:
Dave Halter
2014-01-12 19:22:31 +01:00
parent dfb494b9c4
commit 4b319ad817
2 changed files with 11 additions and 4 deletions

View File

@@ -23,6 +23,10 @@ def test_fake_loading():
assert isinstance(from_name, Function)
def test_fake_docstr():
assert compiled.create(next).docstr == next.__doc__
def test_parse_function_doc_illegal_docstr():
docstr = """
test_func(o