Exemplo n.º 1
0
    def test_copy_pass_key(self):
        '''
        Test to confirm that we are copying the pass_key address from a found credentials
        '''

        self.new_credentials.save_credentials()
        Credentials.copy_pass_key("Ventura")

        self.assertEqual(self.new_credentials.pass_key, pyperclip.paste())
def copy_credentials_pass_key(user_id):
    '''
    Function that copies email to clipboard
    '''
    return Credentials.copy_pass_key(user_id)