()
| 171 | |
| 172 | @pytest.fixture |
| 173 | def executor(): |
| 174 | def _generate_executor(name='psh', platform='windows', *args, **kwargs): |
| 175 | return Executor(name, platform, *args, **kwargs) |
| 176 | |
| 177 | return _generate_executor |
| 178 | |
| 179 | |
| 180 | @pytest.fixture |
no outgoing calls
no test coverage detected