Ejemplo n.º 1
0
def test_yet_another_output():
    assert calc_max_uptime(MAC3) == (24, '2019-12-11')
Ejemplo n.º 2
0
def test_different_output():
    assert calc_max_uptime(MAC2) == (22, '2019-09-22')
Ejemplo n.º 3
0
def test_default_output():
    assert calc_max_uptime(MAC1) == (30, '2019-02-17')
Ejemplo n.º 4
0
def test_yet_another_output():
    assert calc_max_uptime(MAC3) == (24, f'{THIS_YEAR}-12-11')
Ejemplo n.º 5
0
def test_different_output():
    assert calc_max_uptime(MAC2) == (22, f'{THIS_YEAR}-09-22')
Ejemplo n.º 6
0
def test_default_output():
    assert calc_max_uptime(MAC1) == (30, f'{THIS_YEAR}-02-17')