Exemplo n.º 1
0
 def test_version(self):
     """
     Tests if it return version of pysqlite.
     """
     self.assertEqual(sqlite3.version(), "2.6.0")
Exemplo n.º 2
0
 def test_version(self):
     '''
     Tests if it return version of pysqlite.
     '''
     self.assertEqual(sqlite3.version(), '2.6.0')
Exemplo n.º 3
0
 def test_version(self):
     '''
     Tests if it return version of pysqlite.
     '''
     self.assertEqual(sqlite3.version(), '2.6.0')