Пример #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"))