Move the absolute import test files

This commit is contained in:
Dave Halter
2020-01-11 21:59:21 +01:00
parent 095f1295af
commit ba6154c314
4 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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()