I have the following test
from unittest import TestCase from unittest.mock import patch from kubewatcher.handlers import send_mail class Test(TestCase):