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