MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_case_process_event

Function test_case_process_event

tests_python/test_debugger_json.py:764–771  ·  view source on GitHub ↗
(case_setup_dap)

Source from the content-addressed store, hash-verified

762
763
764def test_case_process_event(case_setup_dap):
765 with case_setup_dap.test_file("_debugger_case_change_breaks.py") as writer:
766 json_facade = JsonFacade(writer)
767
768 json_facade.write_launch()
769 assert len(json_facade.mark_messages(ProcessEvent)) == 1
770 json_facade.write_make_initial_run()
771 writer.finished_ok = True
772
773
774def test_case_json_change_breaks(case_setup_dap):

Callers

nothing calls this directly

Calls 5

write_launchMethod · 0.95
mark_messagesMethod · 0.95
JsonFacadeClass · 0.85
test_fileMethod · 0.80

Tested by

no test coverage detected