def setup_local_test(): """Configure environment (namely the root directory) for local execution.""" util.move_sandbox_files_to_root('js', [ 'SwizzleInclude.js', 'SwizzleBefore.js', 'StudentMain.js', 'SwizzleAfter.js' ])
def setup_remote(): """Configure environment (namely the root directory) for remote execution.""" util.move_sandbox_files_to_root('js', ['SwizzleInclude.js'])