def test_best_sellers_get_book_list_names(self):
     b = BestSellers(self.__API_KEY)
     list_names = b.get_list_names()
     import pprint
     pprint.pprint(list_names)
     self.assertTrue(len(list_names) > 0)