We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab9ec commit a6ae2c7Copy full SHA for a6ae2c7
pymysql/tests/test_connection.py
@@ -854,7 +854,7 @@ def test_escape_dict_raise_typeerror(self):
854
855
mapping = con.encoders.copy()
856
mapping[Foo] = escape_foo
857
- #self.assertEqual(con.escape({"foo": Foo()}, mapping), {"foo": "bar"})
+ # self.assertEqual(con.escape({"foo": Foo()}, mapping), {"foo": "bar"})
858
with self.assertRaises(TypeError):
859
con.escape({"foo": Foo()})
860
0 commit comments