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

Method _test

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

Source from the content-addressed store, hash-verified

3492
3493class QuotedTokenParserTest(fixtures.TestBase):
3494 def _test(self, string, expected):
3495 eq_(langhelpers.quoted_token_parser(string), expected)
3496
3497 def test_single(self):
3498 self._test("name", ["name"])

Calls 1

eq_Function · 0.90

Tested by

no test coverage detected