MCPcopy
hub / github.com/psycopg/psycopg / test_as_string

Method test_as_string

tests/test_sql.py:272–273  ·  view source on GitHub ↗
(self, conn, args, want)

Source from the content-addressed store, hash-verified

270
271 @pytest.mark.parametrize("args, want", _as_string_params)
272 def test_as_string(self, conn, args, want):
273 assert sql.Identifier(*args).as_string(conn) == want
274
275 @pytest.mark.parametrize("args, want", _as_string_params)
276 def test_as_string_no_conn(self, args, want):

Callers

nothing calls this directly

Calls 1

as_stringMethod · 0.45

Tested by

no test coverage detected