moved api, parser and evaluate test directories to test_api, test_parser...

This commit is contained in:
Dave Halter
2014-01-29 21:16:18 +01:00
parent 021aae365d
commit 8660555d7b
31 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ def test_dont_break_imports_without_namespaces():
assert parser.module.has_explicit_absolute_import
@helpers.cwd_at("test/absolute_import")
@helpers.cwd_at("test/test_evaluate/absolute_import")
def test_can_complete_when_shadowing():
script = jedi.Script(path="unittest.py")
assert script.completions()

View File

@@ -12,7 +12,7 @@ def test_find_module_py33():
assert find_module_py33('_io') == (None, '_io', False)
@cwd_at('test/evaluate/not_in_sys_path/pkg')
@cwd_at('test/test_evaluate/not_in_sys_path/pkg')
def test_import_not_in_sys_path():
"""
non-direct imports (not in sys.path)