Added Information Type for results and logging

This commit is contained in:
BrentHoltsclaw
2018-02-13 13:50:14 -08:00
committed by Erik Bjorge
parent d2f4e0ba65
commit 9faa8ef7b4
-4
View File
@@ -384,10 +384,6 @@ class TestSuite(object):
ts_attributes["time"] = "%.5f" % sum( [tc.time for tc in self.test_cases if tc.time] )
ts_attributes["tests"] = str( len( self.test_cases ) )
print ts_attributes
for tc in self.test_cases:
print tc.tcType
xml_element = ET.Element( "testsuite", ts_attributes )
if len(self.properties) > 0: