Lines Matching defs:test_helper
554 def test_helper(ymd_tuple, test_reason):
572 test_helper((1901, 1, 3), "week 0")
573 test_helper((1901, 1, 8), "common case")
574 test_helper((1901, 1, 13), "day on Sunday")
575 test_helper((1901, 1, 14), "day on Monday")
576 test_helper((1905, 1, 1), "Jan 1 on Sunday")
577 test_helper((1906, 1, 1), "Jan 1 on Monday")
578 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
579 test_helper((1905, 12, 31), "Dec 31 on Sunday")
580 test_helper((1906, 12, 31), "Dec 31 on Monday")
581 test_helper((2008, 12, 29), "Monday in the last week of the year")
582 test_helper((2008, 12, 22), "Monday in the second-to-last week of the "
584 test_helper((1978, 10, 23), "randomly chosen date")
585 test_helper((2004, 12, 18), "randomly chosen date")
586 test_helper((1978, 10, 23), "year starting and ending on Monday while "
588 test_helper((1917, 12, 17), "year starting and ending on Monday with "
591 test_helper((1917, 12, 31), "Dec 31 on Monday with year starting and "
593 test_helper((2007, 1, 7), "First Sunday of 2007")
594 test_helper((2007, 1, 14), "Second Sunday of 2007")
595 test_helper((2006, 12, 31), "Last Sunday of 2006")
596 test_helper((2006, 12, 24), "Second to last Sunday of 2006")