context -> value

This commit is contained in:
Dave Halter
2019-08-15 01:23:06 +02:00
parent 9e23f4d67b
commit ad4f546aca
68 changed files with 1931 additions and 1931 deletions

View File

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