def test_indices(self): """ Tests if it show all indices in the database. """ self.assertFalse(sqlite3.indices()) self.assertTrue(sqlite3.indices("/root/test.db"))
def test_indices(self): ''' Tests if it show all indices in the database. ''' self.assertFalse(sqlite3.indices()) self.assertTrue(sqlite3.indices('/root/test.db'))