コード例 #1
0
def test_match(script, output):
    assert match(Command(script, output))
コード例 #2
0
def test_match(script, output):
    assert match(Command(script, output))
コード例 #3
0
def test_match(script, stdout):
    assert match(Command(script=script, stdout=stdout))