MCPcopy Index your code
hub / github.com/webpy/webpy / testUnicode

Method testUnicode

tests/test_db.py:92–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 return False
91
92 def testUnicode(self):
93 # Bug#177265: unicode queries throw errors
94 self.db.select("person", where="name=$name", vars={"name": "\xf4"})
95
96 def assertRows(self, n):
97 result = self.db.select("person")

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected