summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjml@canonical.com <>2007-03-18 22:24:42 +1100
committerjml@canonical.com <>2007-03-18 22:24:42 +1100
commitf0dd8c5356a097cc4a7e188410775fda31da351a (patch)
treeccff3d718f7dd61c7de4c8143dd4e47e76ddcdd6 /python
parentd2837ad9ecad97f7b4ccd76180d8c9e429a42419 (diff)
downloadsubunit-git-f0dd8c5356a097cc4a7e188410775fda31da351a.tar.gz
Slightly more PEP compliant docstring.
Diffstat (limited to 'python')
-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)