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