mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Move the absolute import test files
This commit is contained in:
@@ -5,7 +5,7 @@ Python 2.X)
|
||||
from .. import helpers
|
||||
|
||||
|
||||
@helpers.cwd_at("test/test_inference/absolute_import")
|
||||
@helpers.cwd_at("test/examples/absolute_import")
|
||||
def test_can_complete_when_shadowing(Script):
|
||||
script = Script(path="unittest.py")
|
||||
assert script.complete()
|
||||
|
||||
Reference in New Issue
Block a user