示例#1
0
 def test_xml(self):
     ct = ReportFormatType.from_string("xml")
     self.assertEqual(ct, ReportFormatType.XML)
示例#2
0
 def test_verinice_itg(self):
     ct = ReportFormatType.from_string("verinice itg")
     self.assertEqual(ct, ReportFormatType.VERINICE_ITG)