Ejemplo n.º 1
0
def test_intention_foreach_not(line):
    intention = Intention(line)
    assert intention.foreach() is None
Ejemplo n.º 2
0
def test_intention_foreach(line):
    intention = Intention(line)
    assert intention.foreach() is True