Python pymysql.tests() Examples
The following are 6
code examples of pymysql.tests().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
pymysql
, or try the search function
.
Example #1
Source File: test_MySQLdb_nonstandard.py From ServerlessCrawler-VancouverRealState with MIT License | 5 votes |
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)
Example #2
Source File: test_MySQLdb_nonstandard.py From VaspCZ with MIT License | 5 votes |
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)
Example #3
Source File: test_MySQLdb_nonstandard.py From satori with Apache License 2.0 | 5 votes |
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)
Example #4
Source File: test_MySQLdb_nonstandard.py From aws-servicebroker with Apache License 2.0 | 5 votes |
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)
Example #5
Source File: test_MySQLdb_nonstandard.py From scalyr-agent-2 with Apache License 2.0 | 5 votes |
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)
Example #6
Source File: test_MySQLdb_nonstandard.py From planespotter with MIT License | 5 votes |
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)