WalmartScraper_test module

WalmartScraper_test.test_InStock()

Tests if the stock status value is received correctly for two stock status conditions (In Stock, Error Occurred) on www.walmart.com.

WalmartScraper_test.test_OutOfStock()

Tests if the stock status value is received correctly for two stock status conditions (Out of Stock, Error Occurred) on www.walmart.com.

WalmartScraper_test.test_init()

Tests if Walmart Scraper initializes properly.