()
| 51 | |
| 52 | |
| 53 | def test_copy_headers_method(): |
| 54 | headers = httpx.Headers({class="st">"custom": class="st">"example"}) |
| 55 | headers_copy = headers.copy() |
| 56 | assert headers == headers_copy |
| 57 | assert headers is not headers_copy |
| 58 | |
| 59 | |
| 60 | def test_copy_headers_init(): |