Skip to content

Commit db4e471

Browse files
committed
Remove redundant test
1 parent be4404e commit db4e471

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_pprint.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ def test_same_as_repr(self):
249249
.replace('\n', ' '), native)
250250
self.assertEqual(pprint.pformat(simple, underscore_numbers=True), native)
251251
self.assertEqual(pprint.saferepr(simple), native)
252-
with contextlib.redirect_stdout(None):
253-
# smoke test - there is no output to check
254-
pprint.pprint(simple)
255252

256253
def test_container_repr_override_called(self):
257254
N = 1000

0 commit comments

Comments
 (0)