コード例 #1
0
def test_parrot_trouble_false_21():
    assert parrot_trouble(False, 21) is False
コード例 #2
0
def test_parrot_trouble_false_20():
    assert parrot_trouble(False, 20) is False
コード例 #3
0
def test_parrot_trouble_true_21():
    assert parrot_trouble(True, 21) is True
コード例 #4
0
def test_parrot_trouble_true_20():
    assert parrot_trouble(True, 20) is False
コード例 #5
0
def test_parrot_trouble_true_7():
    assert parrot_trouble(True, 7) is False
コード例 #6
0
def test_parrot_trouble_true_6():
    assert parrot_trouble(True, 6) is True