File tree 3 files changed +405
-40
lines changed
vacances_scolaires_france/data
3 files changed +405
-40
lines changed Original file line number Diff line number Diff line change 5
5
name = "vacances_scolaires_france" ,
6
6
license = "MIT" ,
7
7
packages = ["vacances_scolaires_france" ],
8
- version = "0.7.1 " ,
8
+ version = "0.8.0 " ,
9
9
description = "Get school holiday dates for metropolitan France" ,
10
10
author = "Antoine Augusti" ,
11
11
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ def test_holidays_for_year(self):
63
63
self .assertEquals (sorted (v .keys ()), self .EXPECTED_KEYS )
64
64
65
65
with self .assertRaisesRegexp (
66
- UnsupportedYearException , "No data for year: 2022 "
66
+ UnsupportedYearException , "No data for year: 2023 "
67
67
):
68
- self .assertEquals ({}, d .holidays_for_year (2022 ))
68
+ self .assertEquals ({}, d .holidays_for_year (2023 ))
69
69
70
70
def test_holiday_for_year_by_name (self ):
71
71
d = SchoolHolidayDates ()
You can’t perform that action at this time.
0 commit comments