MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_concat_quotetrue

Method test_concat_quotetrue

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

Source from the content-addressed store, hash-verified

941
942class QuotedIdentTest(fixtures.TestBase):
943 def test_concat_quotetrue(self):
944 q1 = quoted_name("x", True)
945 self._assert_not_quoted("y" + q1)
946
947 def test_concat_quotefalse(self):
948 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