def test_display_creds(self): self.assertEqual(Info.display_info(),Info.info)
def display_creds(): return Info.display_info()