(test_agent)
| 79 | |
| 80 | @pytest.fixture |
| 81 | def test_executor(test_agent): |
| 82 | return ExecutorSchema().load(dict(timeout=60, platform=test_agent.platform, name='linux', |
| 83 | command='ls')) |
| 84 | |
| 85 | |
| 86 | @pytest.fixture |
nothing calls this directly
no test coverage detected