示例#1
0
def test_which():
    ok_(which("ls"))
    ok_(not which("llll"))
示例#2
0
def test_which():
    assert which("ls")
    assert not which("llll")
示例#3
0
def test_which():
    ok_(which("ls"))
    ok_(not which("llll"))