1
0
forked from VimPlug/jedi

Some minor test changes to get typeshed almost fully working

This commit is contained in:
Dave Halter
2018-11-06 09:00:07 +01:00
parent 4491175db4
commit b847bb1c72
6 changed files with 10 additions and 12 deletions

View File

@@ -111,5 +111,4 @@ def test_os_path(Script):
def test_os_issues(Script):
"""Issue #873"""
c, = Script('import os\nos.nt''').completions()
assert c.full_name == 'nt'
assert not Script('import os\nos.nt''').completions()