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 631ca2c commit a6c95dfCopy full SHA for a6c95df
test/test_client.py
@@ -11,7 +11,7 @@ def setup_method(self, method):
11
self.client = Client("http://localhost:9090")
12
13
def teardown_method(self, method):
14
- pass
+ self.client.close()
15
16
def test_headers_type(self):
17
"""
0 commit comments