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