-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write small section README.md for contributors #123
Comments
I'm asking this more out of curiosity, but why use Faker for randomness instead of Elixir/Erlang. I typically use |
@anthonator we still use elixir random, it's just to be more extensible wrapped, so you can use old versions or new. You can also write your own implementation to use predictable order (I have plans to do it in faker test suite itself). Hope it makes sense. |
I'm adding some Italian modules, most of my examples are failing and by reading the code I eventually found this issue. I found the code of the If I disable seeding with The tests for English, Spanish and Portuguese always pass. I think there is something else to configure for the new code I'm writing, but what? Thanks. Edit: after running all the tests with |
Write a small section in README.md for contributors mentioning things like:
Faker.*/*
functions as a source for randomness, instead of using Elixir/Erlang random functions.The text was updated successfully, but these errors were encountered: