Ejemplo n.º 1
0
def test_not_match(script, output):
    assert not match(Command(script, output))
def test_not_match(script, stderr):
    assert not match(Command(script, stderr=stderr))
Ejemplo n.º 3
0
def test_not_match(script, output):
    assert not match(Command(script, output))
def test_not_match(script, stderr):
    assert not match(Command(script, stderr=stderr))