示例#1
0
def test_match():
    assert match(Command('gulp srve', output('srve')))
示例#2
0
def test_not_march(script, stdout):
    assert not match(Command(script, stdout))
示例#3
0
def test_not_march(script, stdout):
    assert not match(Command(script, stdout))
示例#4
0
def test_match():
    assert match(Command("gulp srve", stdout("srve")))
示例#5
0
def test_match():
    assert match(Command('gulp srve', output('srve')))
示例#6
0
def test_match():
    assert match(Command('gulp srve', stdout('srve')), None)
示例#7
0
def test_match():
    assert match(Command("gulp srve", output("srve")))