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 91f1805 commit 1d0747dCopy full SHA for 1d0747d
test/test_driver.py
@@ -1047,7 +1047,7 @@ def test_use_after_close(self):
1047
with self.assertRaises(InterfaceError) as cm:
1048
cur.fetchone()
1049
self.assertTupleEqual(cm.exception.args, ('Cannot fetch from cursor that did not executed a statement.',))
1050
- def to_dict(self):
+ def test_to_dict(self):
1051
cmd = 'select * from country'
1052
sample = {'COUNTRY': 'USA', 'CURRENCY': 'Dollar'}
1053
with self.con.cursor() as cur:
0 commit comments