(&self)
| 22 | } |
| 23 | |
| 24 | pub async fn client(&self) -> ClientSession { |
| 25 | get_client_session(&self.dir) |
| 26 | .await |
| 27 | .expect("Cannot connect to server") |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | /// Start the whole HQ server, including almost all bells and whistles, |
no test coverage detected