Home
last modified time | relevance | path

Searched defs:gen_mail (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-muacrypt/muacrypt-0.9.1/test_muacrypt/
H A Dtest_cmdline.py244 def test_simple(self, mycmd, gen_mail): argument
256 def test_matching_account(self, mycmd, gen_mail): argument
270 def test_simple_dont_replace(self, mycmd, gen_mail): argument
284 def test_sendmail(self, mycmd, gen_mail, popen_mock, addr): argument
298 def test_sendmail_no_account(self, mycmd, gen_mail, popen_mock): argument
313 def test_sendmail_fails(self, mycmd, gen_mail, popen_mock): argument
/dports/security/py-muacrypt/muacrypt-0.9.1/muacrypt/
H A Dtesting_plugin.py349 def gen_mail(request): function