def test_intention_foreach_as_not(line): intention = Intention(line) assert intention.foreach_as() is None
def test_intention_foreach_as(line): intention = Intention(line) assert intention.foreach_as() is True