1
0
forked from VimPlug/jedi

Fix issues with simple_getitem and mixed objects

This commit is contained in:
Dave Halter
2019-06-07 03:00:01 +02:00
parent 65d5c6eb2b
commit f80828cb07
3 changed files with 12 additions and 4 deletions

View File

@@ -176,7 +176,6 @@ def test_getattr():
_assert_interpreter_complete('getattr(Foo1, baz).app', locals(), ['append'])
@pytest.mark.xfail(reason='For now slicing on strings is not supported for mixed objects')
def test_slice():
class Foo1:
bar = []