Esempio n. 1
0
def test_not_match(command):
    assert not match(command)
def test_not_match(command):
    assert not match(command)
Esempio n. 3
0
def test_match(command):
    assert match(command)
def test_match(command):
    assert match(command)