An open API service indexing awesome lists of open source software.

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.

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.