Beispiel #1
0
def test_not_match(script):
    assert not match(Command(script, ''))
Beispiel #2
0
def test_match(script, output):
    assert match(Command(script, output))
Beispiel #3
0
def test_match(script, stderr):
    assert match(Command(script=script, stderr=stderr))
Beispiel #4
0
def test_not_match(script):
    assert not match(Command(script=script))
Beispiel #5
0
def test_match(script, stderr):
    assert match(Command(script=script, stderr=stderr))