diff options
| author | jml@canonical.com <> | 2007-03-18 22:24:42 +1100 |
|---|---|---|
| committer | jml@canonical.com <> | 2007-03-18 22:24:42 +1100 |
| commit | f0dd8c5356a097cc4a7e188410775fda31da351a (patch) | |
| tree | ccff3d718f7dd61c7de4c8143dd4e47e76ddcdd6 /python | |
| parent | d2837ad9ecad97f7b4ccd76180d8c9e429a42419 (diff) | |
| download | subunit-git-f0dd8c5356a097cc4a7e188410775fda31da351a.tar.gz | |
Slightly more PEP compliant docstring.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/tests/test_test_protocol.py | 5 |
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) |
