Пример #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))