klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
944 stars 95 forks source link

Mixer should user faker.safe_email by default #88

Open drcongo opened 6 years ago

drcongo commented 6 years ago

Seems like a sane default to me to use safe_email over email just in case anyone ever plugs mixer into a test suite that actually sends emails without realising.