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