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