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 17718b0 commit 758e62fCopy full SHA for 758e62f
Lib/test/test_remote_pdb.py
@@ -463,6 +463,8 @@ def test_breakpoints(self):
463
self.assertIn("Function returned: 42", stdout)
464
self.assertEqual(process.returncode, 0)
465
466
+ @unittest.skipUnless(sys.is_remote_debug_enabled(),
467
+ 'remote debugging is disabled')
468
def test_keyboard_interrupt(self):
469
"""Test that sending keyboard interrupt breaks into pdb."""
470
synchronizer_sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
0 commit comments