Esempio n. 1
0
def test_check_type():
    assert type(get_mothers_day_date(2019)) == date
Esempio n. 2
0
def test_return_various_years(arg, expected):
    assert get_mothers_day_date(arg) == expected