Exemplo n.º 1
0
 def test_parse_asins_from_file(self):
     res = AmazonScraper.parse_asins_from_file(
         'amazon_scraper/tests/fixtures/test_parse_asins_from_file.txt')
     assert res == ['aaa', 'bbb']