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

Method test_single

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

Source from the content-addressed store, hash-verified

3400 eq_(langhelpers.quoted_token_parser(string), expected)
3401
3402 def test_single(self):
3403 self._test("name", ["name"])
3404
3405 def test_dotted(self):
3406 self._test("schema.name", ["schema", "name"])

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected