Пример #1
0
def test_not_match(script):
    assert not match(Command(script, ''))
Пример #2
0
def test_match(script, output):
    assert match(Command(script, output))
Пример #3
0
def test_match(script, stderr):
    assert match(Command(script=script, stderr=stderr))
Пример #4
0
def test_not_match(script):
    assert not match(Command(script=script))
Пример #5
0
def test_match(script, stderr):
    assert match(Command(script=script, stderr=stderr))