Lines Matching refs:test_helper
539 def test_helper(ymd_tuple, test_reason): function
557 test_helper((1901, 1, 3), "week 0")
558 test_helper((1901, 1, 8), "common case")
559 test_helper((1901, 1, 13), "day on Sunday")
560 test_helper((1901, 1, 14), "day on Monday")
561 test_helper((1905, 1, 1), "Jan 1 on Sunday")
562 test_helper((1906, 1, 1), "Jan 1 on Monday")
563 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
564 test_helper((1905, 12, 31), "Dec 31 on Sunday")
565 test_helper((1906, 12, 31), "Dec 31 on Monday")
566 test_helper((2008, 12, 29), "Monday in the last week of the year")
567 test_helper((2008, 12, 22), "Monday in the second-to-last week of the "
569 test_helper((1978, 10, 23), "randomly chosen date")
570 test_helper((2004, 12, 18), "randomly chosen date")
571 test_helper((1978, 10, 23), "year starting and ending on Monday while "
573 test_helper((1917, 12, 17), "year starting and ending on Monday with "
576 test_helper((1917, 12, 31), "Dec 31 on Monday with year starting and "
578 test_helper((2007, 1, 7), "First Sunday of 2007")
579 test_helper((2007, 1, 14), "Second Sunday of 2007")
580 test_helper((2006, 12, 31), "Last Sunday of 2006")
581 test_helper((2006, 12, 24), "Second to last Sunday of 2006")