Example #1
0
 def test_command(self):
     from faker.cli import execute_from_command_line
     execute_from_command_line(['faker', 'address'])
Example #2
0
 def test_command(self):
     from faker.cli import execute_from_command_line
     execute_from_command_line(['faker', 'address'])
Example #3
0
# coding=utf-8

if __name__ == "__main__":
    from faker.cli import execute_from_command_line
    execute_from_command_line()