MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_rconcat_quotetrue

Method test_rconcat_quotetrue

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

Source from the content-addressed store, hash-verified

953 self._assert_not_quoted("y" + q1)
954
955 def test_rconcat_quotetrue(self):
956 q1 = quoted_name("x", True)
957 self._assert_not_quoted("y" + q1)
958
959 def test_rconcat_quotefalse(self):
960 q1 = quoted_name("x", False)

Callers

nothing calls this directly

Calls 2

_assert_not_quotedMethod · 0.95
quoted_nameClass · 0.90

Tested by

no test coverage detected