()
| 2558 | |
| 2559 | |
| 2560 | def test_assign_bad_index(): |
| 2561 | result = [] |
| 2562 | pm.eval("(result) => {result[0] = 4}")(result) |
| 2563 | assert result[0] == 4 |
| 2564 | |
| 2565 | |
| 2566 | def test_assign_bad_index_with_existing_next(): |
nothing calls this directly
no outgoing calls
no test coverage detected