Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
test_cluster_stop_twice():
16
cluster = LocalCluster()
17
cluster.stop()
18
19
with
pytest.raises(BaseException):
20
cluster.stop()
21
22
23
def
test_cluster_create_client():
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
LocalCluster
Class · 0.90
Tested by
no test coverage detected