Example #1
0
def test_intention_while_not(line):
    intention = Intention(line)
    assert intention.while_() is None
Example #2
0
def test_intention_while(line):
    intention = Intention(line)
    assert intention.while_() is True