(self, client)
| 269 | ) |
| 270 | |
| 271 | def _socket_path_for_client_session(self, client): |
| 272 | socket_adapter = client.get_adapter('http+docker://') |
| 273 | return socket_adapter.socket_path |
| 274 | |
| 275 | def test_url_compatibility_unix(self): |
| 276 | c = APIClient( |
no test coverage detected