forked from VimPlug/jedi
test_evaluate -> test_inference
This commit is contained in:
11
test/test_inference/test_absolute_import.py
Normal file
11
test/test_inference/test_absolute_import.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Tests ``from __future__ import absolute_import`` (only important for
|
||||
Python 2.X)
|
||||
"""
|
||||
from .. import helpers
|
||||
|
||||
|
||||
@helpers.cwd_at("test/test_inference/absolute_import")
|
||||
def test_can_complete_when_shadowing(Script):
|
||||
script = Script(path="unittest.py")
|
||||
assert script.completions()
|
||||
Reference in New Issue
Block a user