From f0dd8c5356a097cc4a7e188410775fda31da351a Mon Sep 17 00:00:00 2001 From: "jml@canonical.com" <> Date: Sun, 18 Mar 2007 22:24:42 +1100 Subject: Slightly more PEP compliant docstring. --- python/subunit/tests/test_test_protocol.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/subunit') 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) -- cgit v1.2.1