Skip to content

Commit 0a928e6

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

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
@@ -1219,7 +1219,7 @@ def test_strptime_F_format(self):
12191219
long_hand = datetime.strptime(test_date,formats["long"])
12201220
self.assertEqual(shorthand,long_hand)
12211221

1222-
def test_strptime_C99_shorthand_hour_minute_second(self):
1222+
def test_strptime_T_format(self):
12231223
formats = dict(short="%T",long="%H:%M:%S")
12241224
test_time = "15:00:00"
12251225
shorthand = datetime.strptime(test_time,formats["short"])

0 commit comments

Comments
 (0)