示例#1
0
def test_get_new_command(script, new_command, output):
    assert get_new_command(Command(script, output)) == new_command
示例#2
0
def test_get_new_command(script, new_command, stderr):
    assert get_new_command(Command(script, stderr=stderr)) == new_command
示例#3
0
def test_get_new_command(command, new_command):
    assert get_new_command(command, None) == new_command
示例#4
0
def test_get_new_command(command, new_command):
    assert get_new_command(command) == new_command
示例#5
0
def test_get_new_command(script, new_command, stderr):
    assert get_new_command(Command(script, stderr=stderr)) == new_command