def test_affected_rows(self):
self.assertEqual(self.conn.affected_rows(), 0,
"Should return 0 before we do anything.")
#def test_debug(self):
## FIXME Only actually tests if you lack SUPER
#self.assertRaises(pymysql.OperationalError,
#self.conn.dump_debug_info)
test_MySQLdb_nonstandard.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录