Пример #1
0
def test_not_match(command):
    assert not match(command)
Пример #2
0
def test_match(command):
    assert match(command)