summary refs log tree commit diff
path: root/tests/push/test_email.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix email testRichard van der Hoff2019-03-191-0/+2
| | | | | | | The Mailer expects the config object to have `email_smtp_pass` and `email_riot_base_url` attributes (and it won't by default, because the default config impl doesn't set any of the attributes unless email_enable_notifs is set).
* Write some tests for the email pusher (#4095)Amber Brown2018-10-301-0/+148