Skip to content

Commit

Permalink
Added failing test & code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Feb 29, 2024
1 parent 3af1d09 commit 8c4244f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 8c4244f

Please sign in to comment.