MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / a_eq

Method a_eq

test/sql/test_quote.py:869–873  ·  view source on GitHub ↗
(have, want)

Source from the content-addressed store, hash-verified

867 unformat = prep.unformat_identifiers
868
869 def a_eq(have, want):
870 if have != want:
871 print("Wanted %s" % want)
872 print("Received %s" % have)
873 self.assert_(have == want)
874
875 a_eq(unformat("foo"), ["foo"])
876 a_eq(unformat('"foo"'), ["foo"])

Callers

nothing calls this directly

Calls 1

assert_Method · 0.45

Tested by

no test coverage detected