BestBuyScraper_test module
- BestBuyScraper_test.test_InStock()
Tests if the stock status value is received correctly for two stock status conditions (In Stock, Should be In Stock) on www.bestbuy.com.
- BestBuyScraper_test.test_OutOfStock()
Tests if the stock status value is received correctly for two stock status conditions (Out of Stock, Should be Out of Stock) on www.bestbuy.com.
- BestBuyScraper_test.test_init()
Tests if Bestbuy Scraper initializes properly.