Пример #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")))