Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Update test_mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jun 1, 2020
1 parent e7b8ad7 commit 857b179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _unittests/ut_mokadi/test_mail.py
Expand Up @@ -26,7 +26,8 @@ def test_mail(self):
if user is None:
raise ValueError("user is not specified.")
if pwd is None:
raise ValueError("pwd is not specified.")
warnings.warn("pwd is not specified.")
return
server = "imap.gmail.com"
try:
mails = enumerate_last_mails(user, pwd, server, fLOG=fLOG)
Expand Down

0 comments on commit 857b179

Please sign in to comment.