Adjust test name to remove reference to very old version of Python.
This commit is contained in:
parent
4956aee0e5
commit
c144216b95
|
@ -44,7 +44,7 @@ class TestCase(TestEnv.BaseTestCase):
|
|||
self.assertEqual(self.cursor.fetchall(), [self.dataByKey[4]])
|
||||
|
||||
def testBindDateTime(self):
|
||||
"test binding in a Python 2.3 and higher date time"
|
||||
"test binding in a datetime.datetime value"
|
||||
self.cursor.execute("""
|
||||
select * from TestDates
|
||||
where DateCol = :value""",
|
||||
|
|
Loading…
Reference in New Issue