MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_rconcat_quotefalse

Method test_rconcat_quotefalse

test/sql/test_quote.py:959–961  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

957 self._assert_not_quoted("y" + q1)
958
959 def test_rconcat_quotefalse(self):
960 q1 = quoted_name("x", False)
961 self._assert_not_quoted("y" + q1)
962
963 def test_rconcat_quotenone(self):
964 q1 = quoted_name("x", None)

Callers

nothing calls this directly

Calls 2

_assert_not_quotedMethod · 0.95
quoted_nameClass · 0.90

Tested by

no test coverage detected