forked from extsoft/dp-151
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added library memesis and changed registration files
In this commit implemented issue extsoft#25 To run registration test case added randomize of data with help of module faker. Module faker randomize next data in registration test cases: - first_name - last_name - phone - email - password
- Loading branch information
1 parent
c830d1b
commit 9bd6c7d
Showing
4 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ requests==2.21.0 | |
urllib3==1.24.2 | ||
paramiko==2.4.2 | ||
scp==0.13.2 | ||
|
||
mimesis==3.1.0 | ||
personal==0.1.1 |