MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/base/test_concurrency.py:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 @async_test
80 async def test_sync_error(self):
81 def go():
82 await_(run1())
83 raise ValueError("sync error")
84
85 with expect_raises_message(ValueError, "sync error"):
86 await greenlet_spawn(go)

Callers

nothing calls this directly

Calls 2

await_Function · 0.90
run1Function · 0.85

Tested by

no test coverage detected