File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1095,8 +1095,6 @@ def test_fromisoformat_timezone(self):
1095
1095
dt_rt = self .theclass .fromisoformat (dtstr )
1096
1096
assert dt == dt_rt , dt_rt
1097
1097
1098
- # TODO
1099
- @unittest .skip ("fromisoformat not implemented" )
1100
1098
def test_fromisoformat_separators (self ):
1101
1099
separators = [
1102
1100
" " ,
@@ -1118,8 +1116,6 @@ def test_fromisoformat_separators(self):
1118
1116
dt_rt = self .theclass .fromisoformat (dtstr )
1119
1117
self .assertEqual (dt , dt_rt )
1120
1118
1121
- # TODO
1122
- @unittest .skip ("fromisoformat not implemented" )
1123
1119
def test_fromisoformat_ambiguous (self ):
1124
1120
# Test strings like 2018-01-31+12:15 (where +12:15 is not a time zone)
1125
1121
separators = ["+" , "-" ]
@@ -1215,7 +1211,6 @@ def test_fromisoformat_utc(self):
1215
1211
1216
1212
self .assertIs (dt .tzinfo , timezone .utc )
1217
1213
1218
- @unittest .skip ("fromisoformat not implemented" )
1219
1214
def test_fromisoformat_subclass (self ):
1220
1215
class DateTimeSubclass (self .theclass ):
1221
1216
pass
You can’t perform that action at this time.
0 commit comments