def test_intention_foreach_not(line): intention = Intention(line) assert intention.foreach() is None
def test_intention_foreach(line): intention = Intention(line) assert intention.foreach() is True