Home
last modified time | relevance | path

Searched refs:test_helper (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py445 def test_helper(ymd_tuple, test_reason): function
456 test_helper((1901, 1, 3), "week 0")
457 test_helper((1901, 1, 8), "common case")
458 test_helper((1901, 1, 13), "day on Sunday")
459 test_helper((1901, 1, 14), "day on Monday")
460 test_helper((1905, 1, 1), "Jan 1 on Sunday")
461 test_helper((1906, 1, 1), "Jan 1 on Monday")
462 test_helper((1906, 1, 7), "first Sunday in a year starting on Monday")
463 test_helper((1905, 12, 31), "Dec 31 on Sunday")
464 test_helper((1906, 12, 31), "Dec 31 on Monday")
[all …]