1
0
forked from VimPlug/jedi

Add a few tests for a previous assertion failure

This commit is contained in:
Dave Halter
2019-09-05 10:57:04 +02:00
parent 9c19f72af3
commit fbe58306c3
2 changed files with 22 additions and 2 deletions

View File

@@ -47,8 +47,6 @@ def _iter_nodes_for_param(param_name):
)
for c in values:
yield c, args
else:
assert False
def _goes_to_param_name(param_name, context, potential_name):