Add comment which is displayed during the test run.
This commit is contained in:
parent
7ab01bb1b9
commit
e4cef63804
@ -167,6 +167,7 @@ class TestCursor(BaseTestCase):
|
||||
self.assertEqual(count, len(rows))
|
||||
|
||||
def testExecuteManyWithInputSizesWrong(self):
|
||||
"test executing a statement multiple times (with input sizes wrong)"
|
||||
cursor = self.connection.cursor()
|
||||
cursor.setinputsizes(cx_Oracle.NUMBER)
|
||||
data = [[decimal.Decimal("25.8")], [decimal.Decimal("30.0")]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user