MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_single

Method test_single

test/base/test_utils.py:3497–3498  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3495 eq_(langhelpers.quoted_token_parser(string), expected)
3496
3497 def test_single(self):
3498 self._test("name", ["name"])
3499
3500 def test_dotted(self):
3501 self._test("schema.name", ["schema", "name"])

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected