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