MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / SubClient

Class SubClient

tests/client_test.py:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7@pytest.mark.flaky(reruns=1, reruns_delay=2)
8async def test_inherit_client():
9 class SubClient(rnet.Client):
10 def __init__(self, **kwargs):
11 self.test_var = "test"
12 self.cookie_jar = None
13
14 client = SubClient(impersonate=Impersonate.Chrome133)
15 url = "https://google.com"

Callers 1

test_inherit_clientFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_inherit_clientFunction · 0.68