Esempio n. 1
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assert_(isinstance(ret, (str,unicode)))
Esempio n. 2
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assertIsString(ret)
Esempio n. 3
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assert_(isinstance(ret, (str, unicode)))
Esempio n. 4
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assertIsString(ret)