Skip to content

Commit 1c8d84a

Browse files
st0012ko1
authored andcommitted
Remove unnecessary detach tests
1 parent 8950055 commit 1c8d84a

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,10 +393,6 @@ Sends request to rdbg to step back from current method.
393393

394394
Sends request to rdbg to terminate the debuggee.
395395

396-
- assert_reattach
397-
398-
Passes if reattaching to rdbg is successful.
399-
400396
- assert_hover_result(expected, expression)
401397

402398
Passes if result of `expression` matches `expected`.

test/protocol/detach_test.rb

Lines changed: 0 additions & 31 deletions
This file was deleted.

test/support/protocol_test_case.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -206,20 +206,6 @@ def req_terminate_debuggee
206206
close_reader
207207
end
208208

209-
def assert_reattach
210-
case get_target_ui
211-
when 'vscode'
212-
req_disconnect
213-
attach_to_dap_server
214-
res = find_crt_dap_response
215-
result_cmd = res.dig(:command)
216-
assert_equal 'configurationDone', result_cmd
217-
when 'chrome'
218-
req_disconnect
219-
attach_to_cdp_server
220-
end
221-
end
222-
223209
def assert_locals_result expected, frame_idx: 0
224210
case get_target_ui
225211
when 'vscode'

0 commit comments

Comments
 (0)