(self)
| 13 | |
| 14 | class TestPermanentRedirects: |
| 15 | def setup_method(self): |
| 16 | self.sess = CacheControl(requests.Session()) |
| 17 | |
| 18 | def test_redirect_response_is_cached(self, url): |
| 19 | self.sess.get(url + "permanent_redirect", allow_redirects=False) |
nothing calls this directly
no test coverage detected