コード例 #1
0
ファイル: test_gulp_not_task.py プロジェクト: tgunr/tryagain
def test_match():
    assert match(Command('gulp srve', output('srve')))
コード例 #2
0
ファイル: test_gulp_not_task.py プロジェクト: tgunr/tryagain
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")))