(header_name, headers, expected)
| 3801 | ), |
| 3802 | ) |
| 3803 | def test_has_header(header_name, headers, expected): |
| 3804 | assert has_header(header_name, headers) is expected |
| 3805 | |
| 3806 | |
| 3807 | class TestDetermineContentLength(unittest.TestCase): |
nothing calls this directly
no test coverage detected