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 7b8fe20 commit 25c8819Copy full SHA for 25c8819
1 file changed
Lib/test/test_pdb.py
@@ -4609,7 +4609,6 @@ def foo(self):
4609
"""
4610
stdout, stderr = self.run_pdb_script(script, commands)
4611
res_lines = [x.strip() for x in stdout.splitlines()]
4612
- print(res_lines)
4613
# can't set breakpoint before class C is defined, and gives an error
4614
self.assertIn("The specified object 'C.foo' is not a function", res_lines[3])
4615
# can set correctly after the class C is defined
0 commit comments