1
0
forked from VimPlug/jedi

Fix get_parent_scope

This commit is contained in:
Dave Halter
2019-02-27 13:08:21 +01:00
parent 94f2677752
commit 17136e03d2
3 changed files with 8 additions and 5 deletions

View File

@@ -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