Exemplo 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)))
Exemplo n.º 2
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assertIsString(ret)
Exemplo 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)))
Exemplo n.º 4
0
 def test_diagnostic_info(self):
     """Test diagnostic_info"""
     # at least it does not crash
     ret = diagnostic_info()
     self.assertIsString(ret)