示例#1
0
def test_has_no_binary():
    assert not probe.has_binary('foo')
示例#2
0
def test_has_no_binary():
    assert not probe.has_binary('foo')
示例#3
0
def test_has_binary():
    assert probe.has_binary('git')
示例#4
0
def test_has_binary():
    assert probe.has_binary('git')