Ejemplo n.º 1
0
def test_match(script, output):
    assert match(Command(script, output))
Ejemplo n.º 2
0
def test_match(script, stderr):
    assert match(Command(script, stderr=stderr))
Ejemplo n.º 3
0
def test_match(command):
    assert match(command, None)
Ejemplo n.º 4
0
def test_match(command):
    assert match(command)
Ejemplo n.º 5
0
def test_match(script, stderr):
    assert match(Command(script, stderr=stderr))