rename channel test

This commit is contained in:
Evan
2025-12-22 02:41:43 +00:00
parent f742c1de34
commit 666af3ddc1

View File

@@ -28,9 +28,8 @@ def bar(send: MpSender[str]):
send.close()
# not async, just want the fail_after
@pytest.mark.anyio
async def test_channel_setup():
async def test_channel_ipc():
with fail_after(0.5):
s, r = mp_channel[str]()
p1 = mp.Process(target=foo, args=(r,))