MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_rconcat_quotenone

Method test_rconcat_quotenone

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

Source from the content-addressed store, hash-verified

961 self._assert_not_quoted("y" + q1)
962
963 def test_rconcat_quotenone(self):
964 q1 = quoted_name("x", None)
965 self._assert_not_quoted("y" + q1)
966
967 def test_concat_anon(self):
968 q1 = _anonymous_label(quoted_name("x", True))

Callers

nothing calls this directly

Calls 2

_assert_not_quotedMethod · 0.95
quoted_nameClass · 0.90

Tested by

no test coverage detected