示例#1
0
def test_czyPrzystepny_2007():
    data = czy_rok_przystepny.czyPrzestepny(2007)
    assert data == False
示例#2
0
def test_czyPrzystepny_2004():
    data = czy_rok_przystepny.czyPrzestepny(2004)
    assert data == True
示例#3
0
def test_czyPrzystepny_1997():
    data = czy_rok_przystepny.czyPrzestepny(1997)
    assert data == False