diff --git a/tests/test_send.py b/tests/test_send.py index 96a923f..90f91d0 100644 --- a/tests/test_send.py +++ b/tests/test_send.py @@ -88,3 +88,10 @@ def test_send_email_processed_content(self, m0, m1): self.assertEqual(attach["Content-Type"], "image/jpg") payload = b64encode(b"abc").decode("utf8") + "\n" self.assertEqual(attach.get_payload(), payload) + + def test_fail(self): + self.fail("booya") + black_reformat = [ + 1, + 2 + ]