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