Fixture for a `HostSession`, configured with a mock_host_interface, (via a_host) and a mock_logger.
(a_host, mock_logger)
| 110 | |
| 111 | @pytest.fixture |
| 112 | def a_host_session(a_host, mock_logger): |
| 113 | """ |
| 114 | Fixture for a `HostSession`, configured with a mock_host_interface, |
| 115 | (via a_host) and a mock_logger. |
| 116 | """ |
| 117 | return HostSession(a_host, mock_logger) |
| 118 | |
| 119 | |
| 120 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected