示例#1
0
 def __create_random_author(self):
     self.usr = random_key(12)
     self.pwd = random_key()
     info(f"usr: {self.usr} pwd: {self.pwd}")
    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}")