ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Update integration tests to use MockEmailService instead of flask_mail. #1016

Closed seppeljordan closed 5 months ago

seppeljordan commented 5 months ago

Previously, we used flask_mail for testing email notifications. Now, we've created MockEmailService, designed with a similar interface to the testing interface of flask_mail, and integrated it with the new MailPlugin. This change makes our flask integration tests no longer dependent on flask_mail, paving the way to remove flask_mail from our codebase in the future.

Plan-ID: d21d8863-1179-4b7c-9d17-1701a7f78e76