Ejemplo n.º 1
0
		def test_show_credentials(self):
				"""
				method will show a list of the credentials
				"""

				self.assertEqual(Credentials.show_credentials(),Credentials.credential_list)
Ejemplo n.º 2
0
def list_credentials():
    """
				returns all of the saved credentials
				"""
    return Credentials.show_credentials()