OSRFramework, the Open Sources Research Framework is a AGPLv3+ project by i3visio focused on providing API and tools to perform more accurate online researches.
GNU Affero General Public License v3.0
928
stars
245
forks
source link
Add tests interface to be implemented for each of the mailfy #269
In the case of mailfy.py, at least two tests will be needed:
[ ] test_exist(). It will receive a list of valid usernames that are knowon to have accounts in the different email providers.
[ ] test_does_not_exist(). It will receive a list of usernames that do NOT exist in the different email providers.
As mailfy does not include the concept of wrapper, this might be a good point to include it.
In the case of
mailfy.py
, at least two tests will be needed:test_exist()
. It will receive a list of valid usernames that are knowon to have accounts in the different email providers.test_does_not_exist()
. It will receive a list of usernames that do NOT exist in the different email providers. As mailfy does not include the concept of wrapper, this might be a good point to include it.