mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Small test fix
This commit is contained in:
@@ -114,7 +114,7 @@ def test_class_call_signature(Script):
|
|||||||
pass
|
pass
|
||||||
Foo""").goto_definitions()
|
Foo""").goto_definitions()
|
||||||
doc = defs[0].docstring()
|
doc = defs[0].docstring()
|
||||||
assert "Foo(self, x, y=1, z='a')" in str(doc)
|
assert doc == "Foo(x, y=1, z='a')"
|
||||||
|
|
||||||
|
|
||||||
def test_position_none_if_builtin(Script):
|
def test_position_none_if_builtin(Script):
|
||||||
|
|||||||
Reference in New Issue
Block a user