Exemplo n.º 1
0
def test_workflow_3():
    with tempdir():
        for line in shell_lines('tests/workflows/test_3.sh'):
            check_call(line.split())
Exemplo n.º 2
0
def test_workflow_2():
    with tempdir():
        for line in shell_lines('tests/workflows/test_2.sh'):
            subprocess.check_call(line.split())
Exemplo n.º 3
0
def test_workflow_3():
    with tempdir():
        for line in shell_lines('tests/workflows/test_3.sh'):
            subprocess.check_call(line.split())
Exemplo n.º 4
0
def test_workflow_2():
    with tempdir():
        for line in shell_lines('tests/workflows/test_2.sh'):
            check_call(line.split())