Example #1
0
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'
    ])
Example #2
0
def setup_remote():
    """Configure environment (namely the root directory) for remote execution."""
    util.move_sandbox_files_to_root('js', ['SwizzleInclude.js'])