Skip to content

Commit 8513e1d

Browse files
Update Lib/test/datetimetester.py
shorten test name Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent b4ec5f8 commit 8513e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/datetimetester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def test_strptime_leap_year(self):
12121212
date.strptime('20-03-14', '%y-%m-%d')
12131213
date.strptime('02-29,2024', '%m-%d,%Y')
12141214

1215-
def test_strptime_C99_shorthand_year_month_day(self):
1215+
def test_strptime_F_format(self):
12161216
formats = dict(short="%F",long="%Y-%m-%d")
12171217
test_date = "2025-10-26"
12181218
shorthand = datetime.strptime(test_date,formats["short"])

0 commit comments

Comments
 (0)