-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Labels
Milestone
Description
I'd like to start a conversation around deprecating and eventually removing the Fuzzy Attributes that are already supported by Faker: http://factoryboy.readthedocs.org/en/latest/fuzzy.html
Reasoning:
I'd prefer to limit the scope of FactoryBoy to handling turning input data into models, including complicated scenarios like chaining. And then delegate the fuzzing of the data as much as possible to external libraries like Faker.
Since we now wrap Faker, there's no reason for us to provide FuzzyAttributes that are already provided by Faker--it's just duplicated work. For any duplicate FuzzyAttributes that are more powerful than their Faker equivalents, where possible, I'd rather see that code moved over to Faker.
@rbarrois your thoughts?
kevgliss, unpluggedcoder, lgmautner, fcurella, albarralnunez and 15 moren1ngu