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

Function test_console_simple

tests_python/test_console.py:127–132  ·  view source on GitHub ↗
(console_setup)

Source from the content-addressed store, hash-verified

125
126
127def test_console_simple(console_setup):
128 with console_setup.check_console() as writer:
129 writer.execute_line("a = 10")
130 writer.execute_line('print("TEST SUCEEDED")')
131 writer.close()
132 writer.finished_ok = True
133
134
135def test_console_debugger_connected(console_setup):

Callers

nothing calls this directly

Calls 3

check_consoleMethod · 0.80
execute_lineMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected