Exemplo n.º 1
0
def test_match_mocked(subp_mock, command):
    subp_mock.check_output.return_value = PKGFILE_OUTPUT_LLC
    assert match(command)
Exemplo n.º 2
0
def test_match_mocked(subp_mock, command):
    subp_mock.check_output.return_value = PKGFILE_OUTPUT_LLC
    assert match(command, None)
Exemplo n.º 3
0
def test_match(command):
    assert match(command)
Exemplo n.º 4
0
def test_match(command):
    assert match(command, None)