mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Move the absolute import test files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
addopts = --doctest-modules
|
||||
|
||||
# Ignore broken files in blackbox test directories
|
||||
norecursedirs = .* docs completion refactor absolute_import namespace_package
|
||||
norecursedirs = .* docs completion refactor namespace_package
|
||||
scripts extensions speed static_analysis not_in_sys_path
|
||||
sample_venvs init_extension_module simple_import jedi/third_party
|
||||
|
||||
|
||||
@@ -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