Lines Matching refs:test_helper
449 def test_helper(ymd_tuple, test_reason): function
460 test_helper((1901, 1, 3), "week 0")
461 test_helper((1901, 1, 8), "common case")
462 test_helper((1901, 1, 13), "day on Sunday")
463 test_helper((1901, 1, 14), "day on Monday")
464 test_helper((1905, 1, 1), "Jan 1 on Sunday")
465 test_helper((1906, 1, 1), "Jan 1 on Monday")
466 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
467 test_helper((1905, 12, 31), "Dec 31 on Sunday")
468 test_helper((1906, 12, 31), "Dec 31 on Monday")
469 test_helper((2008, 12, 29), "Monday in the last week of the year")
470 test_helper((2008, 12, 22), "Monday in the second-to-last week of the "
472 test_helper((1978, 10, 23), "randomly chosen date")
473 test_helper((2004, 12, 18), "randomly chosen date")
474 test_helper((1978, 10, 23), "year starting and ending on Monday while "
476 test_helper((1917, 12, 17), "year starting and ending on Monday with "
479 test_helper((1917, 12, 31), "Dec 31 on Monday with year starting and "
481 test_helper((2007, 01, 07), "First Sunday of 2007")
482 test_helper((2007, 01, 14), "Second Sunday of 2007")
483 test_helper((2006, 12, 31), "Last Sunday of 2006")
484 test_helper((2006, 12, 24), "Second to last Sunday of 2006")