コード例 #1
0
 def test_indexes(self):
     """
     Tests if it show all indices in the database,
     for people with poor spelling skills
     """
     self.assertTrue(sqlite3.indexes("/root/test.db"))
コード例 #2
0
 def test_indexes(self):
     '''
     Tests if it show all indices in the database,
     for people with poor spelling skills
     '''
     self.assertTrue(sqlite3.indexes('/root/test.db'))
コード例 #3
0
ファイル: sqlite3_test.py プロジェクト: DaveQB/salt
 def test_indexes(self):
     '''
     Tests if it show all indices in the database,
     for people with poor spelling skills
     '''
     self.assertTrue(sqlite3.indexes('/root/test.db'))