Exemplo n.º 1
0
 def __create_random_author(self):
     self.usr = random_key(12)
     self.pwd = random_key()
     info(f"usr: {self.usr} pwd: {self.pwd}")
Exemplo n.º 2
0
    def create_random_author(self):
        self.usr = fake_datas()
        self.pwd = random_key(random.randint(10, 16))

        info(f"usr: {self.usr} pwd: {self.pwd}")