Exemplo n.º 1
0
def test_21():
    """  Test the 21 from the assignments. """
    assert homework.spiralize(21) == 6421
Exemplo n.º 2
0
def test_141():
    """  Test the 141 from the assignments. """
    assert homework.spiralize(141) == 1878941
Exemplo n.º 3
0
def test_161():
    """  Test the 161 from the assignments. """
    assert homework.spiralize(161) == 2795361
Exemplo n.º 4
0
def test_101():
    """  Test the 101 from the assignments. """
    assert homework.spiralize(101) == 692101
Exemplo n.º 5
0
def test_121():
    """  Test the 121 from the assignments. """
    assert homework.spiralize(121) == 1188521
Exemplo n.º 6
0
def test_71():
    """  Test the 71 from the assignments. """
    assert homework.spiralize(71) == 241221
Exemplo n.º 7
0
def test_81():
    """  Test the 81 from the assignments. """
    assert homework.spiralize(81) == 357681
Exemplo n.º 8
0
def test_441():
    """  Test the 441 from the assignments. """
    assert homework.spiralize(441) == 57275241
Exemplo n.º 9
0
def test_451():
    """  Test the 451 from the assignments. """
    assert homework.spiralize(451) == 61258201
Exemplo n.º 10
0
def test_421():
    """  Test the 421 from the assignments. """
    assert homework.spiralize(421) == 49834821
Exemplo n.º 11
0
def test_431():
    """  Test the 431 from the assignments. """
    assert homework.spiralize(431) == 53468781
Exemplo n.º 12
0
def test_401():
    """  Test the 401 from the assignments. """
    assert homework.spiralize(401) == 43068401
Exemplo n.º 13
0
def test_391():
    """  Test the 391 from the assignments. """
    assert homework.spiralize(391) == 39927941
Exemplo n.º 14
0
def test_381():
    """  Test the 381 from the assignments. """
    assert homework.spiralize(381) == 36943981
Exemplo n.º 15
0
def test_51():
    """  Test the 51 from the assignments. """
    assert homework.spiralize(51) == 89801
Exemplo n.º 16
0
def test_461():
    """  Test the 461 from the assignments. """
    assert homework.spiralize(461) == 65421661
Exemplo n.º 17
0
def test_61():
    """  Test the 61 from the assignments. """
    assert homework.spiralize(61) == 153261
Exemplo n.º 18
0
def test_471():
    """  Test the 471 from the assignments. """
    assert homework.spiralize(471) == 69769621
Exemplo n.º 19
0
def test_five():
    """"  Test the 5 from the assignments. """
    assert homework.spiralize(5) == 101
Exemplo n.º 20
0
def test_31():
    """  Test the 31 from the assignments. """
    assert homework.spiralize(31) == 20381
Exemplo n.º 21
0
def test_91():
    """  Test the 91 from the assignments. """
    assert homework.spiralize(91) == 506641
Exemplo n.º 22
0
def test_481():
    """  Test the 481 from the assignments. """
    assert homework.spiralize(481) == 74306081
Exemplo n.º 23
0
def test_111():
    """  Test the 111 from the assignments. """
    assert homework.spiralize(111) == 918061
Exemplo n.º 24
0
def test_491():
    """  Test the 491 from the assignments. """
    assert homework.spiralize(491) == 79035041
Exemplo n.º 25
0
def test_131():
    """  Test the 131 from the assignments. """
    assert homework.spiralize(131) == 1507481
Exemplo n.º 26
0
def test_501():
    """  Test the 501 from the assignments. """
    assert homework.spiralize(501) == 83960501
Exemplo n.º 27
0
def test_151():
    """  Test the 151 from the assignments. """
    assert homework.spiralize(151) == 2306901
Exemplo n.º 28
0
def test_41():
    """  Test the 41 from the assignments. """
    assert homework.spiralize(41) == 46841
Exemplo n.º 29
0
def test_171():
    """  Test the 171 from the assignments. """
    assert homework.spiralize(171) == 3348321
Exemplo n.º 30
0
def test_371():
    """  Test the 371 from the assignments. """
    assert homework.spiralize(371) == 34112521