(test_agent)
| 510 | |
| 511 | @pytest.fixture |
| 512 | def test_executor(test_agent): |
| 513 | return ExecutorSchema().load(dict(timeout=60, platform=test_agent.platform, name='sh', command='ls')) |
| 514 | |
| 515 | |
| 516 | @pytest.fixture |
nothing calls this directly
no test coverage detected