()
| 58 | |
| 59 | @pytest.fixture |
| 60 | def other_host_key2() -> ConnectionKey: |
| 61 | # Connection key |
| 62 | return ConnectionKey("otherhost", 80, False, True, None, None, None) |
| 63 | |
| 64 | |
| 65 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…