(options: FinalRequestOptions)
| 188 | options = FinalRequestOptions(method="get", url="/foo") |
| 189 | |
| 190 | def build_request(options: FinalRequestOptions) -> None: |
| 191 | client = self.client.copy() |
| 192 | client._build_request(options) |
| 193 | |
| 194 | # ensure that the machinery is warmed up before tracing starts. |
| 195 | build_request(options) |
no test coverage detected