diff options
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) |
