Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_strftime.py68 def test_strftime(self): member in StrftimeTest
Dtest_time.py36 def test_strftime(self): member in TimeTestCase
Dtest_datetime.py903 def test_strftime(self): member in TestDate
1895 def test_strftime(self): member in TestTime
/external/python/cpython3/Lib/test/
Dtest_strftime.py66 def test_strftime(self): member in StrftimeTest
Dtest_time.py156 def test_strftime(self): member in TimeTestCase
Ddatetimetester.py1412 def test_strftime(self): member in TestDate
3248 def test_strftime(self): member in TestTime
/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst602 GHOP 293: Convert test_strftime, test_getargs, and test_pep247 to unittest.
/external/python/cpython2/
DREADME668 On older versions of Cygwin, test_poll may hang and test_strftime
898 that are not yet using glibc 6), test_strftime fails due to a
/external/python/cpython2/Misc/
DHISTORY9708 * Lib/test/test_strftime.py:
11352 - test_strftime.py: use re to compare test results, to support legal
12920 - test_time.py, test_strftime.py: tweaks to catch %Z (which may return
/external/python/cpython3/Misc/
DHISTORY27087 * Lib/test/test_strftime.py:
28731 - test_strftime.py: use re to compare test results, to support legal
30299 - test_time.py, test_strftime.py: tweaks to catch %Z (which may return