jsf icon indicating copy to clipboard operation
jsf copied to clipboard

Feature Request: Custom faker instance

Open tyki6 opened this issue 4 months ago • 2 comments

Description

Currently, you force with faker = Faker() your own instance of faker, it's possible to pass faker as parameter for better customization?

Regards

tyki6 avatar Feb 13 '24 10:02 tyki6

Second this.

lfecci avatar Mar 06 '24 17:03 lfecci

You can pass a custom faker instance when providing the context parameter of the JSF() constructor, or you could overwrite the base_context attribute with a new dict that includes it?

simon-schoonjans avatar Mar 18 '24 16:03 simon-schoonjans