def test_search_divano(self): result = self.search('divano') res = ['divano', 'divano letto'] assert res == get_names(result)