File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def test_attribute_time(self):
122
122
self .assertEqual ('246.69' , suites [0 ][0 ].attributes ['time' ].value )
123
123
124
124
self .assertEqual ('suite2' , suites [1 ][0 ].attributes ['name' ].value )
125
- # here the time in testsuite is "0" even there is no attribute time for testcase
125
+ # here the time in testsuite is "0" even there is no attribute time for testcase
126
126
self .assertEqual ('0' , suites [1 ][0 ].attributes ['time' ].value )
127
127
128
128
# TODO: add more tests for the other attributes and properties
@@ -248,7 +248,7 @@ def test_init_skipped(self):
248
248
tc .add_skipped_info ("skipped message" , "I skipped!" )
249
249
(ts , tcs ) = serialize_and_read (TestSuite ('test' , [tc ]))[0 ]
250
250
verify_test_case (self , tcs [0 ], {'name' : 'Skipped-Message-and-Output' },
251
- skipped_message = "skipped message" , skipped_output = "I skipped!" )
251
+ skipped_message = "skipped message" , skipped_output = "I skipped!" )
252
252
253
253
def test_init_legal_unicode_char (self ):
254
254
tc = TestCase ('Failure-Message' )
You can’t perform that action at this time.
0 commit comments