Esempio n. 1
0
def test_match(build_misspelled_output):
    assert match(Command("go bulid", build_misspelled_output))
Esempio n. 2
0
def test_not_match():
    assert not match(Command("go run", "go run: no go files listed"))
Esempio n. 3
0
def test_not_match():
    assert not match(Command('go run', 'go run: no go files listed'))