MCPcopy Index your code
hub / github.com/piccolo-orm/piccolo / test_query

Method test_query

tests/engine/test_pool.py:58–62  ·  view source on GitHub ↗

Make several queries using a connection pool.

(self)

Source from the content-addressed store, hash-verified

56 asyncio.run(self._create_pool())
57
58 def test_query(self):
59 """
60 Make several queries using a connection pool.
61 """
62 asyncio.run(self._make_query())
63
64 def test_many_queries(self):
65 """

Callers

nothing calls this directly

Calls 2

_make_queryMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected