예제 #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")))