bastien-wink / okazeo-alert

0 stars 0 forks source link

Add tests for mailer part in MainCommand #7

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds unit tests for the mailer part in the MainCommand class. The MainCommand class is responsible for sending emails using the MailerInterface. The tests ensure that the email is being sent with the correct parameters and that the email sending function is being called when expected.

Summary of Changes

Fixes #4.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-tests-mailer-part