jackfranklin / test-data-bot

MIT License
668 stars 37 forks source link

Use faker to generate random string? #63

Closed HuyAms closed 5 years ago

HuyAms commented 5 years ago

I know that this depends on faker. Do you have sth like faker to just generate a random string? Or I have to install faker along with this libs

jackfranklin commented 5 years ago

Faker comes installed for you as a dependency, so you don't need to.

I made this decision to avoid having to reimplement a bunch of methods that it already provides for us.