(exec_mode)
| 1161 | |
| 1162 | |
| 1163 | def test_set_input(exec_mode): |
| 1164 | temp = utils.tempdir() |
| 1165 | set_input_trial(*make_vm(TestVMSetInput, exec_mode, temp)) |
| 1166 | |
| 1167 | |
| 1168 | def test_set_input_tuple(exec_mode): |
nothing calls this directly
no test coverage detected
searching dependent graphs…