Fixture for a `Host` that wraps the mock_host_interface.
(mock_host_interface)
| 102 | |
| 103 | @pytest.fixture |
| 104 | def a_host(mock_host_interface): |
| 105 | """ |
| 106 | Fixture for a `Host` that wraps the mock_host_interface. |
| 107 | """ |
| 108 | return Host(mock_host_interface) |
| 109 | |
| 110 | |
| 111 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected