Skip to content

Feat make create user helper private#64

Merged
Jonathan-Zollinger merged 6 commits into
0.0.8from
feat-make-createUser-helper-private
Feb 4, 2026
Merged

Feat make create user helper private#64
Jonathan-Zollinger merged 6 commits into
0.0.8from
feat-make-createUser-helper-private

Conversation

@HMS-Victory

@HMS-Victory HMS-Victory commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

This branch was created to resolve #62, by making createUser(client, user) into a private method and renaming it to createUserFromFaker(), and also modified it so a custom email can be inputted if you want to use an email not provided by faker to guarantee the user does not already exist. And finally I refactored the code so places that used to refer to the now private method instead go through the public createUser function.

@HMS-Victory HMS-Victory linked an issue Feb 3, 2026 that may be closed by this pull request
@Jonathan-Zollinger
Jonathan-Zollinger merged commit 26bebf9 into 0.0.8 Feb 4, 2026
1 check passed
@Jonathan-Zollinger
Jonathan-Zollinger deleted the feat-make-createUser-helper-private branch March 11, 2026 19:54
Jonathan-Zollinger added a commit that referenced this pull request May 13, 2026
Co-authored-by: Jonathan Zollinger <62955101+Jonathan-Zollinger@users.noreply.github.com>
@Jonathan-Zollinger Jonathan-Zollinger mentioned this pull request May 13, 2026
Jonathan-Zollinger added a commit that referenced this pull request May 13, 2026
Co-authored-by: Jonathan Zollinger <62955101+Jonathan-Zollinger@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

employ Create Test User such that it retries a few times

2 participants