Add International Workers' Day (May 1st) International Workers' Day, also known as Labour Day, is a celebration of labourers and the working classes that is promoted by the international labour movement. https://en.wikipedia.org/wiki/International_Workers'_D
(self, name)
| 114 | return self._add_holiday_may_9(name) |
| 115 | |
| 116 | def _add_labor_day(self, name): |
| 117 | """ |
| 118 | Add International Workers' Day (May 1st) |
| 119 | |
| 120 | International Workers' Day, also known as Labour Day, is a celebration |
| 121 | of labourers and the working classes that is promoted by the |
| 122 | international labour movement. |
| 123 | https://en.wikipedia.org/wiki/International_Workers'_Day |
| 124 | """ |
| 125 | return self._add_holiday_may_1(name) |
| 126 | |
| 127 | def _add_labor_day_two(self, name): |
| 128 | """ |
no outgoing calls
no test coverage detected