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

Method _test

test/base/test_utils.py:3399–3400  ·  view source on GitHub ↗
(self, string, expected)

Source from the content-addressed store, hash-verified

3397
3398class QuotedTokenParserTest(fixtures.TestBase):
3399 def _test(self, string, expected):
3400 eq_(langhelpers.quoted_token_parser(string), expected)
3401
3402 def test_single(self):
3403 self._test("name", ["name"])

Calls 1

eq_Function · 0.90

Tested by

no test coverage detected