mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
context -> value
This commit is contained in:
@@ -10,8 +10,8 @@ from ..helpers import cwd_at
|
||||
|
||||
|
||||
def check_module_test(Script, code):
|
||||
module_context = Script(code)._get_module()
|
||||
return check_sys_path_modifications(module_context)
|
||||
module_value = Script(code)._get_module()
|
||||
return check_sys_path_modifications(module_value)
|
||||
|
||||
|
||||
@cwd_at('test/examples/buildout_project/src/proj_name')
|
||||
|
||||
Reference in New Issue
Block a user