MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / solid_server

Function solid_server

docker-image/test/test_volumes.py:9–18  ·  view source on GitHub ↗
(client, image)

Source from the content-addressed store, hash-verified

7
8@pytest.fixture(scope="module", autouse=True)
9def solid_server(client, image):
10 container = client.containers.run(
11 image.id,
12 name="solid_server",
13 detach=True,
14 tty=True
15 )
16 wait_for_container(container)
17 yield container
18 container.remove(force=True)
19
20
21@pytest.fixture(scope="module", autouse=True)

Callers

nothing calls this directly

Calls 2

wait_for_containerFunction · 0.90
removeMethod · 0.80

Tested by

no test coverage detected