MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / test_cluster_stop_twice

Function test_cluster_stop_twice

tests/pyapi/test_cluster.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def test_cluster_stop_twice():
16 cluster = LocalCluster()
17 cluster.stop()
18
19 with pytest.raises(BaseException):
20 cluster.stop()
21
22
23def test_cluster_create_client():

Callers

nothing calls this directly

Calls 2

stopMethod · 0.95
LocalClusterClass · 0.90

Tested by

no test coverage detected