(width)
| 755 | self.skipTest('weekday names are too long') |
| 756 | |
| 757 | def get_weekday_names(width): |
| 758 | return calendar.TextCalendar().formatweekheader(width).split() |
| 759 | |
| 760 | # Weekday names should not be abbreviated if the width is sufficient |
| 761 | self.assertEqual( |
nothing calls this directly
no test coverage detected