mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix the lifecycle tests.
This commit is contained in:
parent
0502d0496e
commit
89fce50c1f
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import sys
|
|||
import unittest
|
||||
|
||||
from _pydevd_bundle.pydevd_comm import (
|
||||
CMD_REDIRECT_OUTPUT,
|
||||
CMD_RUN,
|
||||
CMD_VERSION,
|
||||
)
|
||||
|
|
@ -145,5 +146,6 @@ class LifecycleTests(HighlevelTest, unittest.TestCase):
|
|||
self.assert_received(self.debugger, [
|
||||
self.debugger_msgs.new_request(CMD_VERSION,
|
||||
*['1.1', OS_ID, 'ID']),
|
||||
self.debugger_msgs.new_request(CMD_REDIRECT_OUTPUT),
|
||||
self.debugger_msgs.new_request(CMD_RUN),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue