Skip to content

Commit

Permalink
Minor whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Aug 21, 2017
1 parent 1263176 commit d73c9f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/twisted/mail/test/test_bounce.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.


"""Test cases for bounce message generation
"""

from twisted.trial import unittest
from twisted.mail import bounce
import cStringIO
Expand All @@ -13,10 +9,10 @@

class BounceTests(unittest.TestCase):
"""
testcases for bounce message generation
Bounce message generation
"""

def testBounceFormat(self):
def test_bounceFormat(self):
from_, to, s = bounce.generateBounce(cStringIO.StringIO('''\
From: Moshe Zadka <moshez@example.com>
To: nonexistent@example.org
Expand Down

0 comments on commit d73c9f9

Please sign in to comment.