MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / wsd

Function wsd

tests/fixtures.py:7–12  ·  view source on GitHub ↗

provide the discovery client

()

Source from the content-addressed store, hash-verified

5
6@pytest.fixture
7def wsd():
8 "provide the discovery client"
9 client = WSDiscovery()
10 client.start()
11 yield client
12 client.stop()
13
14
15@pytest.fixture

Callers

nothing calls this directly

Calls 2

startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected