Adjust test name to remove reference to very old version of Python.

This commit is contained in:
Anthony Tuininga 2020-06-03 09:12:45 -06:00
parent 4956aee0e5
commit c144216b95
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class TestCase(TestEnv.BaseTestCase):
self.assertEqual(self.cursor.fetchall(), [self.dataByKey[4]]) self.assertEqual(self.cursor.fetchall(), [self.dataByKey[4]])
def testBindDateTime(self): def testBindDateTime(self):
"test binding in a Python 2.3 and higher date time" "test binding in a datetime.datetime value"
self.cursor.execute(""" self.cursor.execute("""
select * from TestDates select * from TestDates
where DateCol = :value""", where DateCol = :value""",