예제 #1
0
def test_Somar():
    assert soma(2, 4) == 6
예제 #2
0
def test_soma():
    assert soma(2, 3) == 5
예제 #3
0
def test_soma():
    assert soma(2, 4) == 6
예제 #4
0
def test_soma():
    assert soma(2, 4) == 6
    assert soma(8, -4) == 4
    assert soma(0, 0) == 0
예제 #5
0
파일: teste.py 프로젝트: Saanchees/Aula
def test_soma():
    assert soma(3,5)==8
    assert soma(2,4)==6
    assert soma(1,3)==4
예제 #6
0
def test_soma():
    assert soma(3, 2) == 5
예제 #7
0
def testa_soma():
    """testa"""
    assert soma(2, 4) == 6