Exemplo n.º 1
0
def test_invalid_state():
    task = Task("key")
    task.state = "invalid"
    for t in task:
        t()
Exemplo n.º 2
0
def test_invalid_state():
    task = Task("key")
    task.state = "invalid"
    for t in task:
        t()