コード例 #1
0
def test_get_new_command():
    assert get_new_command(Command(script='cp dir'), None) == 'cp -a dir'
コード例 #2
0
def test_get_new_command():
    assert get_new_command(Command("cp dir", "")) == "cp -a dir"
コード例 #3
0
def test_get_new_command():
    assert get_new_command(Command('cp dir', '')) == 'cp -a dir'
コード例 #4
0
def test_get_new_command():
    assert get_new_command(Command('cp dir', '')) == 'cp -a dir'