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 c42abe8 commit 73882e0Copy full SHA for 73882e0
1 file changed
Lib/test/test_pdb.py
@@ -4608,7 +4608,6 @@ async def main():
4608
quit
4609
"""
4610
stdout, stderr = self.run_pdb_script(script, commands)
4611
- print(stdout)
4612
self.assertRegex(stdout, r"Breakpoint 1 at .*main\.py:8")
4613
self.assertRegex(stdout, r"Breakpoint 2 at .*main\.py:5")
4614
self.assertIn("first break", stdout)
0 commit comments