Ejemplo n.º 1
0
def test_not_match(command):
    assert not match(command, None)
Ejemplo n.º 2
0
def test_match():
    assert match(Command('apt-get search foo'), None)
Ejemplo n.º 3
0
def test_match():
    assert match(Command("apt-get search foo", ""))