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 9360e0b commit 9c696edCopy full SHA for 9c696ed
tests/endtoend/test_third_party_http_functions.py
@@ -30,9 +30,9 @@
30
31
32
class ThirdPartyHttpFunctionsTestBase:
33
- """Base test class containing common asgi/wsgi testcases,
34
- only testcases in classes extending TestThirdPartyHttpFunctions
35
- will by run"""
+ """Base test class containing common asgi/wsgi testcases, only testcases
+ in classes extending TestThirdPartyHttpFunctions will by run"""
+
36
class TestThirdPartyHttpFunctions(testutils.WebHostTestCase):
37
@classmethod
38
def setUpClass(cls):
0 commit comments