https://github.com/hakobyansen/py_email_postfix
Python script that increments an integer postfix and concatenates to the specified email to make it unique. The script can be used, for example, in automated tests for sign up feature.
https://github.com/hakobyansen/py_email_postfix
python
Last synced: about 1 year ago
JSON representation
Python script that increments an integer postfix and concatenates to the specified email to make it unique. The script can be used, for example, in automated tests for sign up feature.
- Host: GitHub
- URL: https://github.com/hakobyansen/py_email_postfix
- Owner: hakobyansen
- Created: 2020-01-27T07:43:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T07:49:14.000Z (over 6 years ago)
- Last Synced: 2025-01-22T16:48:31.641Z (over 1 year ago)
- Topics: python
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py_email_postfix
Python script that increments an integer postfix and concatenates to the specified email to make it unique. The script can be used, for example, in automated tests for sign up feature.
The `get_new_email()` function will return you an email concatenated with the postfix and will increment the postfix in the `settings.json` file.