MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_ok

Method test_ok

test/base/test_concurrency.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44 @async_test
45 async def test_ok(self):
46 eq_(await greenlet_spawn(go, run1, run2), 3)
47
48 @async_test
49 async def test_async_error(self):

Callers

nothing calls this directly

Calls 2

eq_Function · 0.90
greenlet_spawnFunction · 0.90

Tested by

no test coverage detected