예제 #1
0
def test_not_match(script, output):
    assert not match(Command(script, output))
예제 #2
0
def test_not_match(script, stderr):
    assert not match(Command(script, stderr=stderr))
예제 #3
0
def test_not_match(script, output):
    assert not match(Command(script, output))