Exemplo n.º 1
0
def test_1():
    assert parrot.parrot_trouble(True, 6)
Exemplo n.º 2
0
def test_5():
    assert not parrot.parrot_trouble(True, 20)
Exemplo n.º 3
0
def test_3():
    assert not parrot.parrot_trouble(False, 6)
Exemplo n.º 4
0
def test_4():
    assert parrot.parrot_trouble(True, 21)
Exemplo n.º 5
0
def test_2():
    assert not parrot.parrot_trouble(True, 7)