pytest.mark.parametrize(
"target_filename",
[
"_debugger_case_asyncio.py",
"_debugger_case_trio.py",
],
)
| 1 | # coding: utf-8 |
| 2 | """ |
| 3 | The 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 |
nothing calls this directly
no outgoing calls
no test coverage detected