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

Route test_generator_step_over_basic

tests_python/test_debugger.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize("target_filename", _GENERATOR_FILES)

Source from the content-addressed store, hash-verified

1# coding: utf-8
2"""
3The idea is that we record the commands sent to the debugger and reproduce them from this script
4(so, this works as the client, which spawns the debugger as a separate process and communicates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected