one line
This commit is contained in:
@@ -87,8 +87,7 @@ class TestNodeManagerPopen:
|
|||||||
hookrecorder.popcall("pytest_xdist_newgateway"),
|
hookrecorder.popcall("pytest_xdist_newgateway"),
|
||||||
hookrecorder.popcall("pytest_xdist_newgateway"),
|
hookrecorder.popcall("pytest_xdist_newgateway"),
|
||||||
]
|
]
|
||||||
ids = {c.gateway.id for c in gw_calls}
|
assert {c.gateway.id for c in gw_calls} == {"gw0", "gw1"}
|
||||||
assert ids == {"gw0", "gw1"}
|
|
||||||
|
|
||||||
for c in gw_calls:
|
for c in gw_calls:
|
||||||
expected_spec = execnet.XSpec(
|
expected_spec = execnet.XSpec(
|
||||||
|
|||||||
Reference in New Issue
Block a user