def test_version(self): """ Tests if it return version of pysqlite. """ self.assertEqual(sqlite3.version(), "2.6.0")
def test_version(self): ''' Tests if it return version of pysqlite. ''' self.assertEqual(sqlite3.version(), '2.6.0')