Valid Email from Fullname() #1881
Unanswered
yudyananda
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you only pass one parameter to faker.internet.email it treats it as a firstname, and adds a random lastname (in your example "kerluke"). Probably what you want to do instead is
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just find out that generated
email
fromfullName
contain dot will produce invalid email address (double dot) For example Dwight Armstrong Jr. => dwightarmstrongjr..kerluke@xxxx. Is this intended or am I doing it the wrong way?Beta Was this translation helpful? Give feedback.
All reactions