forked from VimPlug/jedi
Fix get_parent_scope
This commit is contained in:
@@ -41,6 +41,7 @@ def test_namedtuple_list(Script):
|
||||
assert completions == {'legs', 'length', 'large'}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason='TODO Please remove this once typeshed is merged')
|
||||
def test_namedtuple_content(Script):
|
||||
source = dedent("""\
|
||||
import collections
|
||||
|
||||
Reference in New Issue
Block a user