(example, sandboxed_install_run)
| 389 | @pytest.mark.parametrize("example", DEV_EXAMPLES, ids=lambda case: str(case)) |
| 390 | @pytest.mark.script_launch_mode("subprocess") |
| 391 | def test_dev_examples(example, sandboxed_install_run): |
| 392 | with example as command_blocks: |
| 393 | for cmd_block in command_blocks: |
| 394 | example.run(cmd_block, sandboxed_install_run) |