mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
moved api, parser and evaluate test directories to test_api, test_parser...
This commit is contained in:
7
test/test_evaluate/not_in_sys_path/pkg/module.py
Normal file
7
test/test_evaluate/not_in_sys_path/pkg/module.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import not_in_sys_path
|
||||
import not_in_sys_path_package
|
||||
from not_in_sys_path_package import module
|
||||
|
||||
not_in_sys_path.value
|
||||
not_in_sys_path_package.value
|
||||
module.value
|
||||
Reference in New Issue
Block a user