summaryrefslogtreecommitdiff
path: root/python/subunit/tests
diff options
context:
space:
mode:
author <jml@canonical.com>2007-03-18 22:24:42 +1100
committer <jml@canonical.com>2007-03-18 22:24:42 +1100
commit53ffa31af3137ae90ae055dc1261acbac39428e2 (patch)
treeccff3d718f7dd61c7de4c8143dd4e47e76ddcdd6 /python/subunit/tests
parentf101cdc49aab1cb19c5fc969868f7c0719306ca9 (diff)
downloadsubunit-53ffa31af3137ae90ae055dc1261acbac39428e2.tar.gz
Slightly more PEP compliant docstring.
Diffstat (limited to 'python/subunit/tests')
-rw-r--r--python/subunit/tests/test_test_protocol.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/subunit/tests/test_test_protocol.py b/python/subunit/tests/test_test_protocol.py
index ba33665..0083954 100644
--- a/python/subunit/tests/test_test_protocol.py
+++ b/python/subunit/tests/test_test_protocol.py
@@ -304,9 +304,8 @@ class TestTestProtocolServerPassThrough(unittest.TestCase):
self.assertEqual(self.client.success_calls, [])
def test_stdout_passthrough(self):
- """
- Verify that lines received which cannot be interpreted as any
- protocol action are passed through to sys.stdout.
+ """Lines received which cannot be interpreted as any protocol action
+ should be passed through to sys.stdout.
"""
bytes = "randombytes\n"
self.protocol.lineReceived(bytes)