()
| 4550 | |
| 4551 | @pyfile |
| 4552 | def case_ppid(): |
| 4553 | from pydevd import get_global_debugger |
| 4554 | |
| 4555 | assert get_global_debugger().get_arg_ppid() == 22 |
| 4556 | print("TEST SUCEEDED") |
| 4557 | |
| 4558 | def update_command_line_args(writer, args): |
| 4559 | ret = debugger_unittest.AbstractWriterThread.update_command_line_args(writer, args) |
nothing calls this directly
no test coverage detected