faker
faker copied to clipboard
A library for generating fake data such as names, addresses, and phone numbers.
Bumps [minitest](https://github.com/minitest/minitest) from 5.23.1 to 5.24.0. Changelog Sourced from minitest's changelog. === 5.24.0 / 2024-06-18 2 minor enhancements: Added Minitest.register_plugin. Extended plugin system to work with modules/classes for opt-out plugins....
### Motivation / Background Fixes: #2948 This Pull Request has been created because We want the ability to silence output warnings for Deprecated Generators in tests. ### Checklist Before submitting...
### Motivation / Background I started this PR from noticing data generated from `Faker::Creature::Dog.breed` had `African` as a dog breed. This is not a valid dog breed from searching online....
### Motivation / Background This Pull Request has been created because the `Faker` library is reading from disk and parsing the `yml` translation files on nearly every method call. These...
We have recently introduced an internal deprecator for faker. See #2858 and #2919 for more details. We'd like to have the option to skip printing out the deprecation warnings when...
### Motivation / Background This Pull Request has been created because the `Faker::Alphanumeric.alphanumeric` generator is not deterministic when using `min_alpha` and/or `min_numeric`. ### Additional information The generator is not currently...
### Motivation / Background This Pull Request has been created because I saw some errors and missing terms in the EN-MX library and I wanted to fix it and contribute...
## Describe the bug With my Setup I get this error when I call: `Faker::Company.catch_phrase` > I18n::MissingTranslationData: Translation missing: en.faker.company.buzzwords (I18n::MissingTranslationData) > > raise exception.respond_to?(:to_exception) ? exception.to_exception : exception >...
Bumps [minitest](https://github.com/minitest/minitest) from 5.25.0 to 5.25.1. Changelog Sourced from minitest's changelog. === 5.25.1 / 2024-08-16 2 bug fixes: Fix incompatibility caused by minitest-hooks & rails invading minitest internals. Revert change...
--- This issue _may_ have been caused from the renaming of `master` to `main`. In that case, an action should be performed on Code Climate by someone who has access:...