MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_ascii_to_utf8

Method test_ascii_to_utf8

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

Source from the content-addressed store, hash-verified

3563
3564class BackslashReplaceTest(fixtures.TestBase):
3565 def test_ascii_to_utf8(self):
3566 eq_(
3567 compat.decode_backslashreplace(util.b("hello world"), "utf-8"),
3568 "hello world",
3569 )
3570
3571 def test_utf8_to_utf8(self):
3572 eq_(

Callers

nothing calls this directly

Calls 2

eq_Function · 0.90
bMethod · 0.80

Tested by

no test coverage detected