We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bab0a commit 4ffa138Copy full SHA for 4ffa138
Lib/test/_test_multiprocessing.py
@@ -6829,10 +6829,8 @@ def test_std_streams_flushed_after_preload(self):
6829
support.print_warning(err.decode())
6830
self.assertEqual(rc, 0)
6831
6832
- # We want to see all the output if it isn't as expected.
6833
# Check stderr first, as it is more likely to be useful to see in the
6834
# event of a failure.
6835
- self.maxDiff = None
6836
self.assertEqual(err.decode().rstrip(), 'stderr')
6837
self.assertEqual(out.decode().rstrip(), 'stdout')
6838
0 commit comments