Beispiel #1
0
def test_match_mocked(subp_mock, command):
    subp_mock.check_output.return_value = PKGFILE_OUTPUT_LLC
    assert match(command)
def test_match_mocked(subp_mock, command):
    subp_mock.check_output.return_value = PKGFILE_OUTPUT_LLC
    assert match(command, None)
Beispiel #3
0
def test_match(command):
    assert match(command)
def test_match(command):
    assert match(command, None)