We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1605a7 commit 45bec0cCopy full SHA for 45bec0c
tests/unit_tests/test_http/test_HTTPBase.py
@@ -10,6 +10,9 @@
10
class DummyHTTPBase(HTTPBase):
11
"""Concrete subclass of HTTPBase for testing."""
12
13
+ def close(self) -> None:
14
+ """Method required by abstract parent for cleaning up open resources."""
15
+
16
def _client_factory(self, **kwargs) -> MagicMock:
17
"""Create a mock object as a stand in for an HTTP client."""
18
0 commit comments