예제 #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')